Skip to content

new-relic-exporter

new-relic-exporter #23

name: new-relic-exporter
on:
workflow_run:
workflows: ['*']
types: [completed] # defaults to run on every completed workflow run event
env:
GHA_TOKEN: ${{ secrets.GITHUB_TOKEN}

Check failure on line 9 in .github/workflows/new-relic-exporter.yml

View workflow run for this annotation

GitHub Actions / new-relic-exporter

Invalid workflow file

The workflow is not valid. .github/workflows/new-relic-exporter.yml (Line: 9, Col: 14): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}
GHA_RUN_ID: ${{ github.event.workflow_run.id }}
GHA_RUN_NAME: ${{ github.event.workflow_run.name }}
jobs:
new-relic-exporter:
name: new-relic-exporter
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: new-relic-exporter
uses: newrelic-experimental/gha-new-relic-exporter@latest