Skip to content

Commit

Permalink
push force
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Jun 14, 2024
1 parent 82f3e21 commit 54b883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: push changes
run: |
git commit -m "Update tad overlay ${{ steps.get_deploy_env.outputs.env }} tag ${{ steps.get_package_hash.outputs.container_id }} by actor ${{ github.actor}}"
git push
git push --force-with-lease
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

Expand Down

0 comments on commit 54b883c

Please sign in to comment.