You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fields documented are prompting an error. I guess it should be:
name: Change Tracking Markeron:
release:
types: [published]jobs:
newrelic:
runs-on: ubuntu-latestname: New Relicsteps:
# This step builds a var with the release tag value to use later
- name: Set Release Version from Tagrun: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV# This step creates a new Change Tracking Marker
- name: New Relic Application Deployment Markeruses: 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 }}"
The text was updated successfully, but these errors were encountered:
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!
The fields documented are prompting an error. I guess it should be:
The text was updated successfully, but these errors were encountered: