Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aq17 committed Oct 17, 2022
1 parent 7cdf822 commit 0ca8de0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/sync.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
aq17/pulumi:
- source: pkg/pulumiyaml/testing/test/testdata/
dest: pkg/codegen/testing/test/testdata
- source: pkg/tests/transpiled_examples
dest: pkg/codegen/testing/test/testdata/transpiled_examples
exclude: |
.gitignore
5 changes: 3 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.MY_PAT }}
REVIEWERS: |
aq17
# REVIEWERS: |
# aq17
PR_BODY: "This PR syncs changes to the codegen'd PCL files from the latest `pulumi/yaml` release"
COMMIT_PREFIX: "(pulumi-bot)"

0 comments on commit 0ca8de0

Please sign in to comment.