Skip to content

Commit

Permalink
Bad branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Feb 13, 2024
1 parent f50b733 commit 7cc83f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ jobs:
git add .gitattributes
git add .
git commit -m "Upgrade ${{ matrix.package }} Package for AMD64"
git lfs push --all origin
git push origin master
git lfs push --all origin main
git push origin main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down Expand Up @@ -353,8 +353,8 @@ jobs:
git add .gitattributes
git add .
git commit -m "Upgrade ${{ matrix.package }} Package for AMD64"
git lfs push --all origin
git push origin master
git lfs push --all origin main
git push origin main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down

0 comments on commit 7cc83f5

Please sign in to comment.