Skip to content

Commit

Permalink
Test syncing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Apr 15, 2024
1 parent 5dd6935 commit 4340521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-sites-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
target_branch: ["storybook-site", "test-site"]
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_default_branch.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_default_branch.yml@dev/use-node-20
with:
target_branch: ${{ matrix.target_branch }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_develop_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
call_sync_develop_and_main:
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_develop_and_main.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_develop_and_main.yml@dev/use-node-20
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4340521

Please sign in to comment.