mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-23 18:06:34 +11:00
Add ref_name to commit message
This commit is contained in:
parent
1a20fe78f6
commit
78bdd08f01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-shader.yml
vendored
2
.github/workflows/push-shader.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
git switch main
|
||||
git config user.name "Commit by GitHub Action"
|
||||
git config user.email "nobody@example.com"
|
||||
git merge dev -m "merge from dev branch"
|
||||
git merge dev -m "merge from dev branch - ${{ github.ref_name }}"
|
||||
sed -i '' '/shader\/gen/d' .gitignore
|
||||
git add .gitignore
|
||||
git rm -r --ignore-unmatch piet-gpu/shader/gen
|
||||
|
|
Loading…
Add table
Reference in a new issue