1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-31 15:43:00 +00:00

update notification

This commit is contained in:
kepler155c@gmail.com
2020-04-30 20:22:44 -06:00
parent 1543f4d624
commit e721eb68b6
3 changed files with 55 additions and 10 deletions

View File

@@ -24,11 +24,12 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo date > .opus_version
run: echo `date` > .opus_version
- name: Update version file
uses: alexesprit/action-update-file@master
with:
branch: develop-1.8
file-path: .opus_version
commit-msg: Update version date
github-token: ${{ secrets.GITHUB_TOKEN }}