Skip to content

Commit 9f66854

Browse files
authored
update-lists.yml: remove external action (#38)
1 parent 16555c5 commit 9f66854

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/update-lists.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
git add lists
4040
git commit -m "Automatically updated lists: $(date)" -a || true
4141
- name: Push changes
42-
uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # master
43-
with:
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
branch: lists
42+
run: |
43+
git remote add github "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git"
44+
git push -u github lists

0 commit comments

Comments
 (0)