Skip to content

Commit

Permalink
Merge pull request #113 from RFD-FHEM/dependabot/github_actions/ad-m/…
Browse files Browse the repository at this point in the history
…github-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 056a10a + 993d2b4 commit 89693f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 89693f4

Please sign in to comment.