Use ref in auto-commit workflow

This commit is contained in:
Stefan Zweifel 2025-02-05 17:27:23 +01:00
parent 1d986f74dd
commit 1666a49083
No known key found for this signature in database

View File

@ -21,6 +21,8 @@ jobs:
- name: Use git-auto-commit-action - name: Use git-auto-commit-action
id: "auto-commit-action" id: "auto-commit-action"
uses: ./ uses: ./
with:
ref: ${{ github.head_ref }}
- name: "no changes detected" - name: "no changes detected"
if: steps.auto-commit-action.outputs.changes_detected == 'false' if: steps.auto-commit-action.outputs.changes_detected == 'false'