Skip to content

Commit

Permalink
ci(zen-update): including browser version in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Oct 20, 2024
1 parent 9f97fb1 commit 8146e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local=$(grep -oP 'version = "\K[^"]+' flake.nix)

if [ "$upstream" != "$local" ]; then
echo "new_version=true" >>"$GITHUB_OUTPUT"
echo "upstream=$upstream" >>"$GITHUB_OUTPUT"
fi

echo "$upstream"
2 changes: 1 addition & 1 deletion .github/workflows/zen-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
if: steps.new-version.outputs.new_version == 'true'
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "GitHub Action automated Zen update"
commit_message: "Update Zen Browser to v${{ steps.new-version.outputs.upstream }}"
file_pattern: "*"

0 comments on commit 8146e6a

Please sign in to comment.