diff --git a/.github/workflows/prt_labels.yml b/.github/workflows/prt_labels.yml index 20a93fe05d2..51339faa8b3 100644 --- a/.github/workflows/prt_labels.yml +++ b/.github/workflows/prt_labels.yml @@ -25,7 +25,7 @@ jobs: - name: remove the PRT Passed label, for new commit if: always() && ${{steps.prt.outputs.result}} == 'not_found' - uses: actions/github-script@v7 + uses: actions/github-script@v7 with: github-token: ${{ secrets.CHERRYPICK_PAT }} script: |