Skip to content

Commit

Permalink
Merge pull request #5825 from nextcloud/fix/update-node-dist-workflow
Browse files Browse the repository at this point in the history
fix(ci): typo in update-node-dist workflow
  • Loading branch information
max-nextcloud authored May 23, 2024
2 parents 0c8a885 + edb74e0 commit ce0c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: last_commit
run: |
{
echo'MESSAGE<<EOF'
echo 'MESSAGE<<EOF'
git log -1 --pretty=%s | grep -v '^chore(assets): recompile assets$'
echo 'EOF'
} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ce0c291

Please sign in to comment.