Skip to content

Commit

Permalink
update workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Oct 23, 2023
1 parent 3c79ee7 commit 22a05de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
run_tests:
uses: hellocoop/tools/.github/workflows/content-merge.yml@main
uses: hellocoop/tools/.github/workflows/content/merge.yml@main
# GitHub-Slack app sends a workflow status message with live updates to #content-updates channel
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
sync:
uses: hellocoop/tools/.github/workflows/content-sync.yml@main
uses: hellocoop/tools/.github/workflows/content/sync.yml@main
# GitHub-Slack app sends a workflow status message with live updates to #content-updates channel
with:
STACK: WwwCoopStack #make sure this is the right stack value

0 comments on commit 22a05de

Please sign in to comment.