diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b6b768d..e0a7e896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: ${{ github.ref_name }} \ No newline at end of file