github actions test

This commit is contained in:
kepler155c@gmail.com 2020-04-30 19:08:29 -06:00
parent 287adb1235
commit 1543f4d624
1 changed files with 7 additions and 6 deletions

View File

@ -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 }}