Skip to content

Commit e141887

Browse files
CI: use latest version of action
1 parent fcd93dc commit e141887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
# Careful, this can kill your project
6060
- name: Force push to destination branch
61-
uses: ad-m/github-push-action@v0.5.0
61+
uses: ad-m/github-push-action@master
6262
with:
6363
# Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}
6464
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)