Skip to content

Commit

Permalink
frontend-CI: revert to own push step
Browse files Browse the repository at this point in the history
  • Loading branch information
defgsus committed Nov 13, 2023
1 parent f0a46fe commit 8f90b38
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
git add -f bad/static/index*
git status
git commit -m"build frontend"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${GITHUB_REF_NAME}-frontend

- name: push changes
run: |
git push -u origin ${GITHUB_REF_NAME}-frontend

0 comments on commit 8f90b38

Please sign in to comment.