Skip to content

Commit 43ed084

Browse files
Update add-update-label-weekly.yml
Adding the correct branch to the automation
1 parent 2e63b0a commit 43ed084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-update-label-weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
Add-Update-Label-Weekly:
2424
runs-on: ubuntu-latest
25-
if: github.repository == 'your-project/repo-name' #
25+
if: github.repository == 'website/gh-pages' #
2626
steps:
2727
- name: Generate token from GitHub App
2828
id: generate-app-token
@@ -38,4 +38,4 @@ jobs:
3838
uses: hackforla/automate-the-org/add-update-label-weekly@v0 #
3939
with:
4040
github-token: ${{ steps.generate-app-token.outputs.token }}
41-
dry-run: ${{ github.event.inputs.dry-run || 'true' }}
41+
dry-run: ${{ github.event.inputs.dry-run || 'true' }}

0 commit comments

Comments
 (0)