mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-04-29 22:27:31 +00:00
Allow workflow to force branch push.
This commit is contained in:
parent
a680cfd095
commit
ef6b491570
3
.github/workflows/check-updates.yml
vendored
3
.github/workflows/check-updates.yml
vendored
@ -29,4 +29,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }}
|
commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }}
|
||||||
commit_options: '--no-verify'
|
commit_options: '--no-verify'
|
||||||
file_pattern: LATEST_VERSION
|
push_options: '--force'
|
||||||
|
file_pattern: LATEST_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user