Skip to content

Commit

Permalink
Fix formatting in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
exetico committed Oct 28, 2024
1 parent 7b19ca5 commit 9c89b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
if: (contains(steps.can_commit.outputs.commit_result, 'nothing to commit') == false) && (github.event_name == 'push')
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref_name }}
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref_name }}

0 comments on commit 9c89b02

Please sign in to comment.