diff --git a/.github/workflows/build_linux_wheel.yml b/.github/workflows/build_linux_wheel.yml index 65b14e8..10e6396 100644 --- a/.github/workflows/build_linux_wheel.yml +++ b/.github/workflows/build_linux_wheel.yml @@ -65,7 +65,7 @@ jobs: git add ./output git commit -a -m "Added generated configuration file" - -name: Pushing configuration file + - name: Pushing configuration file uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }}