Skip to content

Commit

Permalink
Reverted master -> main change in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
npalacioescat committed Mar 27, 2024
1 parent ddcd3d2 commit 01664aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
git config --local user.name "github-actions[bot]"
git commit -m "CI: Automated build push" -a | exit 0
- name: Push changes
if: github.ref == 'refs/heads/main'
uses: ad-m/github-push-action@main
if: github.ref == 'refs/heads/master'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy:
Expand Down

0 comments on commit 01664aa

Please sign in to comment.