Skip to content

Commit

Permalink
Include the step Commit and push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kajanan1212 committed May 23, 2024
1 parent 1e9dd09 commit a8c7eba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
# - name: Commit and push changes
# env:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
# run: |
# git add wheel_files/
# git commit -m "Add new wheel file"
# git push "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" HEAD:${{ github.head_ref }}
- name: Commit and push changes
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git add wheel_files/
git commit -m "Add new wheel file"
git push "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" HEAD:${{ github.head_ref }}
- name: Rename wheel file
run: |
Expand Down

0 comments on commit a8c7eba

Please sign in to comment.