Skip to content

Commit

Permalink
Use a specific commit for the last green commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jenni committed Jun 14, 2022
1 parent 8c2f548 commit f589e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: exit
run: exit 0
run: exit 0
2 changes: 1 addition & 1 deletion .github/workflows/schedule_candidate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Get the last green commit
id: last_green_commit
uses: talentpair/last-green-commit-action@master
uses: talentpair/last-green-commit-action@8b4b3bcd4ab5d9ab16875ce20ae012c4ce47ae68
with:
github-token: ${{ secrets.WRITE_ACCESS_TOKEN }}

Expand Down

0 comments on commit f589e26

Please sign in to comment.