From 1543f4d62417f51664951d67d6a3b5b09e2b8a1e Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Thu, 30 Apr 2020 19:08:29 -0600 Subject: [PATCH] github actions test --- .github/workflows/main.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9515431..017607a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}