diff --git a/.github/workflows/fhem_test.yml b/.github/workflows/fhem_test.yml index 4c1f302..f866c47 100644 --- a/.github/workflows/fhem_test.yml +++ b/.github/workflows/fhem_test.yml @@ -40,7 +40,7 @@ jobs: git add CHANGED ${{env.CONTROLS_FILENAME}} || true git log -1 --name-only --pretty=format: | grep -Eo '[0-9]{2}_.*.pm$' && git commit CHANGED ${{env.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 }}