From 0188e886c0fa4ae3da55cfe96f4a90991fc1f5bc Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Thu, 30 Apr 2020 21:48:55 -0600 Subject: [PATCH] github actions test --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81423f2..f6b3c81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,13 +23,13 @@ jobs: - uses: actions/checkout@v2 # Runs a single command using the runners shell - - name: Run a one-line script + - name: Generate version file run: echo `date` > .opus_version - name: Update version file - uses: alexesprit/action-update-file@master + uses: github-actions-x/commit@v2.6 with: - file-path: .opus_version - commit-msg: Update version date github-token: ${{ secrets.GITHUB_TOKEN }} - branch: develop-1.8 + push-branch: 'develop-1.8' + commit-message: 'Update version file' + files: .opus_version