From c5e0ac0af6ba3fd58b88042c509930977bcd52da Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Thu, 30 Apr 2020 21:56:44 -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 f6b3c81..be4a900 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: Generate version file + - name: Run a one-line script run: echo `date` > .opus_version - name: Update version file - uses: github-actions-x/commit@v2.6 + 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 }} - push-branch: 'develop-1.8' - commit-message: 'Update version file' - files: .opus_version