Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed Jan 30, 2025
1 parent 959ea8d commit eb55277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zip-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Update Version Comment
run: |
sed -i "s|define('COMMONSBOOKING_VERSION_COMMENT',.*|define('COMMONSBOOKING_VERSION_COMMENT', ' ${{ github.head_ref }} at ${{ github.event.pull_request.head.sha}}');|" commonsbooking.php
sed -i "s|define('COMMONSBOOKING_VERSION_COMMENT',.*|define('COMMONSBOOKING_VERSION_COMMENT', '${{ github.head_ref }} at ${{ github.event.pull_request.head.sha}}');|" commonsbooking.php
- uses: ./.github/actions/build-plugin
with:
generate_zip: 'true'
Expand Down

0 comments on commit eb55277

Please sign in to comment.