Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum required fields documentation incorrect #47

Open
marvaul opened this issue Jun 5, 2023 · 2 comments
Open

Minimum required fields documentation incorrect #47

marvaul opened this issue Jun 5, 2023 · 2 comments
Labels
waiting-response Waiting for the response from the reporter

Comments

@marvaul
Copy link

marvaul commented Jun 5, 2023

The fields documented are prompting an error. I guess it should be:

name: Change Tracking Marker
on:
  release:
    types: [published]

jobs:
  newrelic:
    runs-on: ubuntu-latest
    name: New Relic
    steps:
      # This step builds a var with the release tag value to use later
      - name: Set Release Version from Tag
        run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
      # This step creates a new Change Tracking Marker
      - name: New Relic Application Deployment Marker
        uses: newrelic/[email protected]
        with:
          apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
          region: "US"
          guid: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID }}
          version: "${{ env.RELEASE_VERSION }}"
          user: "${{ github.actor }}"
@marvaul
Copy link
Author

marvaul commented Jun 5, 2023

Unfortunately I cannot push, as I would have supplied the PR.

@pranav-new-relic
Copy link
Member

Hi @marvaul - thank you for reporting this issue. We see that the workflow you've specified in the description has been adapted from this piece in the documentation - however, can you give us a little more detail on which attribute (you think) could be causing the error you're seeing, and some details on the error you're seeing too? This would help us understand the issue better - thanks!

@pranav-new-relic pranav-new-relic added the waiting-response Waiting for the response from the reporter label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-response Waiting for the response from the reporter
Projects
None yet
Development

No branches or pull requests

2 participants