Skip to content

Commit

Permalink
fix pipeline reference in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Dec 18, 2023
1 parent fabc512 commit 1115e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
reset:
needs: deploy
if: ${{ github.event.inputs.reset == true && needs.deploy.outputs.outcome == 'success' }}
uses: ./.github/workflows/reset-data.yml
uses: ./.github/workflows/clear-environment.yml
with:
environment: ${{ github.event.inputs.environment }}
secrets: inherit
Expand Down

0 comments on commit 1115e30

Please sign in to comment.