Skip to content

Commit

Permalink
update workflow dispatch gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Jun 5, 2024
1 parent 3aaf48b commit 218011f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/warp-protocol-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Set tags
run: |
if [ ${GITHUB_REF} == "refs/heads/main" ]; then
Expand Down Expand Up @@ -213,7 +213,6 @@ jobs:
needs: [idx-delivery, api-delivery]

steps:

- name: Set Remote ref
run: |
if [ ${GITHUB_REF} == "refs/heads/main" ]; then
Expand All @@ -225,7 +224,7 @@ jobs:
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 218011f

Please sign in to comment.