fix(ci): replace heredoc with printf to avoid YAML parsing errors
This commit is contained in:
parent
7a79619c6b
commit
fb82856ecf
1 changed files with 1 additions and 7 deletions
|
|
@ -43,13 +43,7 @@ jobs:
|
|||
run: |
|
||||
VERSION=${{ steps.version.outputs.version }}
|
||||
DATE=$(date -R)
|
||||
cat > debian/changelog <<EOF
|
||||
full-updater (${VERSION}) unstable; urgency=medium
|
||||
|
||||
* Auto-built release from commit ${GITHUB_SHA}
|
||||
|
||||
-- Forgejo CI <ci@geronzi.fr> ${DATE}
|
||||
EOF
|
||||
printf '%s\n' "full-updater (${VERSION}) unstable; urgency=medium" "" " * Auto-built release from commit ${GITHUB_SHA}" "" " -- Forgejo CI <ci@geronzi.fr> ${DATE}" > debian/changelog
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue