Skip to content

Commit

Permalink
. e need to push to a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBazuzi committed May 21, 2024
1 parent 235ce5d commit 7a204f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Update Python Dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git checkout -b update-python-dependencies-${{ github.run_id }}
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -27,6 +26,8 @@ jobs:
git commit -am "- r Update Python dependencies"
- name: Create Pull Request
run: |
git checkout -b update-python-dependencies-${{ github.run_id }}
git push -u origin update-python-dependencies-${{ github.run_id }}
gh pr create -B main --fill
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7a204f3

Please sign in to comment.