From 7cdf822d28131b64b887dd22e23f86cb7a32c873 Mon Sep 17 00:00:00 2001 From: aq17 Date: Mon, 17 Oct 2022 10:14:14 -0700 Subject: [PATCH] fix --- .github/sync.yml | 2 +- .github/workflows/sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index 20a3a23a..e531f230 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -1,3 +1,3 @@ aq17/pulumi: - - source: ../pkg/pulumiyaml/testing/test/testdata/ + - source: pkg/pulumiyaml/testing/test/testdata/ dest: pkg/codegen/testing/test/testdata \ No newline at end of file diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index ef0213ae..b8b34ef3 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -15,6 +15,6 @@ jobs: uses: BetaHuhn/repo-file-sync-action@v1 with: GH_PAT: ${{ secrets.MY_PAT }} - REVIEWWERS: | + REVIEWERS: | aq17 PR_BODY: "This PR syncs changes to the codegen'd PCL files from the latest `pulumi/yaml` release"