Skip to content

Commit

Permalink
update workflow dispatch action
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Jun 5, 2024
1 parent e481a73 commit 87961f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
- develop

tags:
- 'v*'
- "v*"

env:
TERRAFORM_REPO: 'terra-money/tf-terra-oracle'
TERRAFORM_REPO: "terra-money/tf-terra-oracle"

jobs:
refs-parsing:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
exit 1
fi
- name: Invoke Terraform Workflow
uses: aurelien-baudet/workflow-dispatch@v2
uses: the-actions-org/workflow-dispatch@v2.1.1
with:
repo: ${{ env.TERRAFORM_REPO }}
ref: ${{ env.TF_GITHUB_REF }}
Expand Down

0 comments on commit 87961f6

Please sign in to comment.