Skip to content

Commit

Permalink
reusable(workflow): branch in separate repo scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Mar 14, 2024
1 parent e7dd952 commit 4db56d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

reusable-workflow-tag:
uses: autocloudarc/0079-called-workflows/.github/workflows/called-workflow-tag.yml@v1
uses: autocloudarc/0079-called-workflows/.github/workflows/called-workflow-brn.yml@main
with:
operation: deploy
operation: rollback

stage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4db56d7

Please sign in to comment.