Skip to content

Commit f664cd4

Browse files
ci: add version to add-label
1 parent e41d0cb commit f664cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
ctest build --verbose --timeout 5
9696
9797
- name: Label on PR fail
98-
uses: actions-ecosystem/action-add-labels
98+
uses: actions-ecosystem/action-add-labels@v1
9999
if: ${{ failure() && github.event_name == 'pull_request' }}
100100
with:
101101
labels: "automated tests are failing"

0 commit comments

Comments
 (0)