Skip to content

Commit

Permalink
Revert changes in caller workflows back
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 1, 2024
1 parent a5d74d8 commit c0f6ecb
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: ${{ vars.WORKFLOW_REPO }}/.github/workflows/initial_release.yml@{{ vars.WORKFLOW_CHECKOUT }}
uses: ynput/ops-repo-automation/.github/workflows/initial_release.yml@main
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 @@ -11,7 +11,7 @@ on:

jobs:
call-release-trigger:
uses: ${{ vars.WORKFLOW_REPO }}/.github/workflows/release_trigger.yml@${{ vars.WORKFLOW_CHECKOUT }}
uses: ynput/ops-repo-automation/.github/workflows/release_trigger.yml@main
with:
draft: ${{ inputs.draft }}
secrets:
Expand Down

0 comments on commit c0f6ecb

Please sign in to comment.