1
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2025-06-08 03:58:19 +02:00

Add test ensuring no breakage because of shell expansion

This commit is contained in:
Paul van Tilburg 2024-08-11 09:05:40 +02:00
parent 6ab7d41741
commit 9c0ac967a9
No known key found for this signature in database
GPG key ID: C6DE073EDA9EEC4D
2 changed files with 18 additions and 1 deletions

View file

@ -36,7 +36,13 @@ jobs:
tag: v2.0
token: FORGEJO_TOKEN
release-dir: upload-dir-v2
release-notes: "RELEASE NOTES V2"
release-notes: |-
No shell expansion should on these notes:
- $(some_command)
- `other_commend`
- "double quoted" and 'single quoted' strings
- \backslash escape
- !exclamation_mark
verbose: true
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
id: release-download