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 e41d0cb commit f664cd4Copy full SHA for f664cd4
.github/workflows/awesome_workflow.yml
@@ -95,7 +95,7 @@ jobs:
95
ctest build --verbose --timeout 5
96
97
- name: Label on PR fail
98
- uses: actions-ecosystem/action-add-labels
+ uses: actions-ecosystem/action-add-labels@v1
99
if: ${{ failure() && github.event_name == 'pull_request' }}
100
with:
101
labels: "automated tests are failing"
0 commit comments