We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e63b0a commit 43ed084Copy full SHA for 43ed084
.github/workflows/add-update-label-weekly.yml
@@ -22,7 +22,7 @@ on:
22
jobs:
23
Add-Update-Label-Weekly:
24
runs-on: ubuntu-latest
25
- if: github.repository == 'your-project/repo-name' # ⓶
+ if: github.repository == 'website/gh-pages' # ⓶
26
steps:
27
- name: Generate token from GitHub App
28
id: generate-app-token
@@ -38,4 +38,4 @@ jobs:
38
uses: hackforla/automate-the-org/add-update-label-weekly@v0 # ⓷
39
with:
40
github-token: ${{ steps.generate-app-token.outputs.token }}
41
- dry-run: ${{ github.event.inputs.dry-run || 'true' }}
+ dry-run: ${{ github.event.inputs.dry-run || 'true' }}
0 commit comments