mirror of
https://github.com/kepler155c/opus
synced 2025-01-16 10:25:42 +00:00
github actions test
This commit is contained in:
parent
0188e886c0
commit
c5e0ac0af6
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -23,13 +23,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Generate version file
|
- name: Run a one-line script
|
||||||
run: echo `date` > .opus_version
|
run: echo `date` > .opus_version
|
||||||
|
|
||||||
- name: Update version file
|
- name: Update version file
|
||||||
uses: github-actions-x/commit@v2.6
|
uses: alexesprit/action-update-file@master
|
||||||
with:
|
with:
|
||||||
|
branch: 'develop-1.8'
|
||||||
|
file-path: .opus_version
|
||||||
|
commit-msg: Update version date
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
push-branch: 'develop-1.8'
|
|
||||||
commit-message: 'Update version file'
|
|
||||||
files: .opus_version
|
|
||||||
|
Loading…
Reference in New Issue
Block a user