diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 010757f..86e88df 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -38,7 +38,7 @@ jobs: git add CHANGED ${CONTROLS_FILENAME} || true git log -n1 --grep="^Automaitc updated controls" --format=format:%H | xargs -n 1 -i{} git log {}~1..HEAD --name-only --pretty=format: | grep -Eo '[0-9]{2}_.*.pm$|*.json$' && git commit CHANGED ${CONTROLS_FILENAME} -m "Automaitc updated controls and CHANGED" || true - name: git push - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ steps.extract_branch.outputs.branch }}