From e704fdf4df56888c608364f6346f6cd77730f86b Mon Sep 17 00:00:00 2001 From: not-jenni Date: Tue, 14 Jun 2022 15:19:18 -0700 Subject: [PATCH] Update test action --- .github/workflows/broken_ci_test.yml | 2 +- .github/workflows/schedule_candidate_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/broken_ci_test.yml b/.github/workflows/broken_ci_test.yml index 211ec84ee46a..003a3ac248ff 100644 --- a/.github/workflows/broken_ci_test.yml +++ b/.github/workflows/broken_ci_test.yml @@ -11,4 +11,4 @@ jobs: runs-on: ubuntu-18.04 steps: - name: exit - run: exit 1 \ No newline at end of file + run: exit 0 \ No newline at end of file diff --git a/.github/workflows/schedule_candidate_release.yml b/.github/workflows/schedule_candidate_release.yml index ef3d0c19669b..861d02789e73 100644 --- a/.github/workflows/schedule_candidate_release.yml +++ b/.github/workflows/schedule_candidate_release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Get the last green commit id: last_green_commit - uses: talentpair/last-green-commit-action@d95cfa836b22ef047dd0a8ddb1e6d9567982d702 + uses: talentpair/last-green-commit-action@master with: github-token: ${{ secrets.WRITE_ACCESS_TOKEN }}