diff --git a/.github/workflows/live-protection.yml b/.github/workflows/live-protection.yml index b48ecea4a..c16691439 100644 --- a/.github/workflows/live-protection.yml +++ b/.github/workflows/live-protection.yml @@ -5,7 +5,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 env: SHOULD_COMMENT: ${{ github.base_ref == 'refs/heads/live' && !(github.event.issue.user.login == 'cxwtool' || github.head_ref == 'refs/heads/main') }} with: