We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9313c9 + 2c22b37 commit 2d646a3Copy full SHA for 2d646a3
.github/workflows/update-dependencies.yml
@@ -15,15 +15,16 @@ jobs:
15
16
- name: Remove PR label
17
env:
18
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
19
REPOSITORY: '${{ github.repository }}'
20
PR_NUMBER: '${{ github.event.pull_request.number }}'
- GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
21
run: |
22
gh api "repos/$REPOSITORY/issues/$PR_NUMBER/labels/Update%20dependencies" -X DELETE
23
24
- name: Push updated dependencies
25
26
BRANCH: '${{ github.head_ref }}'
27
28
29
git fetch origin "$BRANCH" --depth=1
30
git checkout "origin/$BRANCH"
0 commit comments