Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Oops, I accidentally change not our branch.
  • Loading branch information
PerchunPak committed Mar 1, 2022
1 parent bf9dfc5 commit 0ec3c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Push changes
if: ${{ matrix.python-version == '3.10' }}
continue-on-error: true
uses: ad-m/github-push-action@aiohttp
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 0ec3c05

Please sign in to comment.