diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index db35865..9624603 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -33,10 +33,11 @@ jobs: # Ensure compiled docs get committed, otherwise uncommitted check fails - uses: actions/checkout@v4.2.2 - run: | + date > generated.txt git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git fetch - git checkout main + git checkout origin/main git add . git commit -m "commit any updated files" git push origin main