1
0
mirror of https://github.com/kepler155c/opus synced 2024-12-29 10:00:26 +00:00

github actions test

This commit is contained in:
kepler155c@gmail.com 2020-04-30 19:08:29 -06:00
parent 287adb1235
commit 1543f4d624

View File

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