Skip to content

Commit 0d8e80d

Browse files
authored
Merge pull request #142 from RFD-FHEM/dependabot/github_actions/ad-m/github-push-action-1.0.0
Bump ad-m/github-push-action from 0.8.0 to 1.0.0
2 parents 21a6b59 + 6bb11be commit 0d8e80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git add CHANGED ${CONTROLS_FILENAME} || true
3939
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
4040
- name: git push
41-
uses: ad-m/github-push-action@v0.8.0
41+
uses: ad-m/github-push-action@v1.0.0
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
branch: ${{ steps.extract_branch.outputs.branch }}

0 commit comments

Comments
 (0)