Skip to content

Commit

Permalink
[ci] Ensure monitoring action compatibility for other repos (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Jul 16, 2024
1 parent ef559b3 commit bf26e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-monitored-tmpnet-cmd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
- name: Notify of metrics availability
if: (inputs.prometheus_id != '')
shell: bash
run: .github/actions/run-monitored-tmpnet-cmd/notify-metrics-availability.sh
run: ${{ github.action_path }}/notify-metrics-availability.sh
env:
GRAFANA_URL: https://grafana-experimental.avax-dev.network/d/kBQpRdWnk/avalanche-main-dashboard?orgId=1&refresh=10s&var-filter=is_ephemeral_node%7C%3D%7Cfalse&var-filter=gh_repo%7C%3D%7C${{ inputs.repository_owner }}%2F${{ inputs.repository_name }}&var-filter=gh_run_id%7C%3D%7C${{ inputs.run_id }}&var-filter=gh_run_attempt%7C%3D%7C${{ inputs.run_attempt }}
GH_JOB_ID: ${{ inputs.job }}
Expand Down

0 comments on commit bf26e3c

Please sign in to comment.