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