Compare commits

...

3 commits

Author SHA1 Message Date
Gautam krishna R
bfb47d3fcd
Merge 48439d9490 into 8edcb1bdb4 2025-08-08 15:46:51 -04:00
Tingluo Huang
8edcb1bdb4
Update CODEOWNERS for actions (#2224) 2025-07-23 09:20:20 -04:00
Gautam krishna R
48439d9490
preventing error while committing with no changes 2020-11-18 18:23:33 +05:30
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
* @actions/actions-launch
* @actions/actions-runtime

View file

@ -326,7 +326,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "generated"
git diff-index --quiet HEAD || git commit -m "generated"
git push
```