diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 82da19c..570ee9d 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -21,4 +21,4 @@ jobs: git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add README.md git commit -m "Update Docker tag in README to ${{ github.ref_name }}" - git push \ No newline at end of file + git push origin HEAD:main \ No newline at end of file