mirror of
https://github.com/kepler155c/opus
synced 2024-12-28 17:40: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
|
||||
- name: Run a one-line script
|
||||
run: ls
|
||||
run: echo date > .opus_version
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Run a multi-line script
|
||||
run: |
|
||||
date
|
||||
echo test, and deploy your project.
|
||||
- name: Update version file
|
||||
uses: alexesprit/action-update-file@master
|
||||
with:
|
||||
file-path: .opus_version
|
||||
commit-msg: Update version date
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user