This commit is contained in:
Harsh Shandilya 2023-08-07 11:45:06 +05:30
parent 35e5977f62
commit 1022ecfb3b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email noreply@github.com
git commit --allow-empty "$RUN_ID"
git commit --allow-empty -m "$RUN_ID"
second:
needs: ["first"]