Skip to content

Commit

Permalink
Use zx to escape commands
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik committed Oct 5, 2023
1 parent a23c2f3 commit cce0de7
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Comment on PR
env:
GITHUB_TOKEN: ${{ github.token }}
run: gh pr comment ${{ github.event.number }} --body "🚀 **[Release workflow started](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})**"
run: gh pr comment ${{ github.event.number }} --body "🚀 **[Release workflow started](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }})**"
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
Expand Down
Loading

0 comments on commit cce0de7

Please sign in to comment.