mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-04-29 22:27:31 +00:00
优化提交信息。
This commit is contained in:
parent
826c7d738d
commit
f289a228bf
5
.github/workflows/check-updates.yml
vendored
5
.github/workflows/check-updates.yml
vendored
@ -19,9 +19,12 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Check updates
|
- name: Check updates
|
||||||
run: chmod +x ./update-version.sh && ./update-version.sh
|
run: chmod +x ./update-version.sh && ./update-version.sh
|
||||||
|
- name: Get latest version
|
||||||
|
id: latest-version
|
||||||
|
run: echo "::set-output name=version::$(cat LATEST_VERSION)"
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Update LATEST_VERSION
|
commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }}
|
||||||
commit_options: '--no-verify'
|
commit_options: '--no-verify'
|
||||||
file_pattern: LATEST_VERSION
|
file_pattern: LATEST_VERSION
|
Loading…
Reference in New Issue
Block a user