Skip to content

Commit

Permalink
Update site-policy-sync.yml (github#29491)
Browse files Browse the repository at this point in the history
Co-authored-by: Vanessa <vgrl@github.com>
  • Loading branch information
khxu and vgrl authored Aug 1, 2022
1 parent 6faf3c1 commit eb6af61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site-policy-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types:
- closed
paths:
- 'content/github/site-policy/**'
- 'content/site-policy/**'
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
git config --local user.name 'site-policy-bot'
git config --local user.email 'site-policy-bot@github.com'
rm -rf Policies
cp -r ../content/github/site-policy Policies
cp -r ../content/site-policy Policies
git status
git checkout -b automated-sync-$GITHUB_RUN_ID
git add .
Expand Down

0 comments on commit eb6af61

Please sign in to comment.