mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-05-13 23:09:49 +08:00
Use ref in auto-commit workflow
This commit is contained in:
parent
1d986f74dd
commit
1666a49083
2
.github/workflows/git-auto-commit.yml
vendored
2
.github/workflows/git-auto-commit.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
||||
- name: Use git-auto-commit-action
|
||||
id: "auto-commit-action"
|
||||
uses: ./
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: "no changes detected"
|
||||
if: steps.auto-commit-action.outputs.changes_detected == 'false'
|
||||
|
Loading…
x
Reference in New Issue
Block a user