Skip to content

Commit

Permalink
fix: fix checkout config error (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
araphiel-nf authored Jan 24, 2024
1 parent a1df130 commit d6b278a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
steps:
- name: Checkout ${{ github.event.inputs.tag }}
uses: actions/checkout@v4
ref: ${{ github.event.inputs.tag }}
with:
ref: ${{ github.event.inputs.tag }}

- name: Deploying to ${{ github.event.inputs.environment }}
run: echo "Deploy to AppCenter"
Expand Down

0 comments on commit d6b278a

Please sign in to comment.