Skip to content

Commit

Permalink
add generated.txt back
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaluzier committed Dec 16, 2024
1 parent 6f996e1 commit 02fad6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify-integration-release-via-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
# Ensure compiled docs get committed, otherwise uncommitted check fails
- uses: actions/[email protected]
- 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
Expand Down

0 comments on commit 02fad6b

Please sign in to comment.