Skip to content

Commit

Permalink
Point caller workflows back to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 4, 2024
1 parent 4b5a9bb commit 23d4bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caller_workflows/addon_repo_initial_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
call-release-trigger:
uses: ynput/ops-repo-automation/.github/workflows/initial_release.yml@refactor-release-workflow-structure
uses: ynput/ops-repo-automation/.github/workflows/initial_release.yml@develop
with:
draft: ${{ inputs.draft }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion caller_workflows/addon_repo_release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
call-release-trigger:
uses: ynput/ops-repo-automation/.github/workflows/release_trigger.yml@refactor-release-workflow-structure
uses: ynput/ops-repo-automation/.github/workflows/release_trigger.yml@develop
with:
draft: ${{ inputs.draft }}
release_overwrite: ${{ inputs.release_overwrite }}
Expand Down

0 comments on commit 23d4bce

Please sign in to comment.