diff --git a/.github/workflows/approved-label.yml b/.github/workflows/approved-label.yml index d829b3b..583daf7 100644 --- a/.github/workflows/approved-label.yml +++ b/.github/workflows/approved-label.yml @@ -23,5 +23,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo "Adding 'approved' label" - cd $GITHUB_WORKSPACE # Set the working directory to the root of the repository gh pr edit ${{ github.event.pull_request.number }} --add-label approved