Skip to content

Commit 3b432fa

Browse files
authored
Merge pull request #119 from jenkinsci/dependabot/github_actions/jenkins-infra/verify-ci-status-action-1.2.1
Bump jenkins-infra/verify-ci-status-action from 1.2.0 to 1.2.1
2 parents 2d3d0b8 + 3fa81b3 commit 3b432fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
should_release: ${{ steps.verify-ci-status.outputs.result == 'success' && steps.interesting-categories.outputs.interesting == 'true' }}
1515
steps:
1616
- name: Verify CI status
17-
uses: jenkins-infra/[email protected].0
17+
uses: jenkins-infra/[email protected].1
1818
id: verify-ci-status
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)