Skip to content

Commit

Permalink
Merge pull request #282 from BackNot/english-model-deletion-fix
Browse files Browse the repository at this point in the history
Changed workflow to handle property multiline of go.sum file
  • Loading branch information
BackNot authored Sep 20, 2024
2 parents 07a29c4 + ddd730f commit 279e962
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ jobs:
cat go.mod
echo EOF
} >> "$GITHUB_OUTPUT"
echo "goSum=$(cat go.sum)" >> "$GITHUB_OUTPUT"
{
echo 'goSum<<EOF'
cat go.sum
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Set commit message
run: |
if [ -z "${{ github.event.client_payload.release }}" ]; then
Expand Down

0 comments on commit 279e962

Please sign in to comment.