We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe5b4e commit 1ec818dCopy full SHA for 1ec818d
.github/workflows/run-end-to-end.yml
@@ -87,9 +87,9 @@ jobs:
87
repository: DataDog/civis-gha-monitor-action
88
token: ${{ secrets.DD_CIVIS_GHA_MONITORING_ACTION_KEY }}
89
ref: main
90
- path: /tmp/civis-gha-monitor-action
+ path: ./civis-action
91
- name: Setup CI Visibility GitHub SaaS Runner Monitoring
92
- uses: /tmp/civis-gha-monitor-action
+ uses: ./civis-action
93
with:
94
upload-artifacts: 'true'
95
- name: Compute ref
0 commit comments