Skip to content

Commit

Permalink
Yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper committed Sep 20, 2023
1 parent 191c5cf commit 4870a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ jobs:
run: skpr deploy ${{ inputs.env }} ${{ steps.version.outputs.version }}
- name: Post-deploy
run: skpr exec ${{ inputs.env }} ${{ inputs.post_deploy }}
- run: echo "::notice:: Deployed ${{ steps.version.outputs.version }}"
- name: Display version
run: echo "::notice:: Deployed ${{ steps.version.outputs.version }}"

0 comments on commit 4870a62

Please sign in to comment.