mirror of
https://github.com/kepler155c/opus
synced 2024-12-29 10:00:26 +00:00
github actions test
This commit is contained in:
parent
287adb1235
commit
1543f4d624
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -24,10 +24,11 @@ jobs:
|
|||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: ls
|
run: echo date > .opus_version
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
- name: Update version file
|
||||||
- name: Run a multi-line script
|
uses: alexesprit/action-update-file@master
|
||||||
run: |
|
with:
|
||||||
date
|
file-path: .opus_version
|
||||||
echo test, and deploy your project.
|
commit-msg: Update version date
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user