We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21a6b59 + 6bb11be commit 0d8e80dCopy full SHA for 0d8e80d
1 file changed
.github/workflows/update.yml
@@ -38,7 +38,7 @@ jobs:
38
git add CHANGED ${CONTROLS_FILENAME} || true
39
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
40
- name: git push
41
- uses: ad-m/github-push-action@v0.8.0
+ uses: ad-m/github-push-action@v1.0.0
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
branch: ${{ steps.extract_branch.outputs.branch }}
0 commit comments