Skip to content

Commit

Permalink
Merge pull request #46 from fhem/dependabot/github_actions/ad-m/githu…
Browse files Browse the repository at this point in the history
…b-push-action-0.8.0

Bump ad-m/github-push-action from 0.6.0 to 0.8.0
  • Loading branch information
sidey79 authored Oct 17, 2023
2 parents 5ff2514 + 50a75ee commit b2176c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fhem_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b2176c5

Please sign in to comment.