Skip to content

Commit

Permalink
update github-repository-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Jul 17, 2023
1 parent dcc50dc commit d812c34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-repository-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: |
echo -e "\n" >> README.md
date >> README.md
BRANCH=content
BRANCH=content-${{ github.run_id }}
git checkout -b $BRANCH
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add .
git commit -m "Add date to README.md"
git push --set-upstream origin $BRANCH
Expand Down

0 comments on commit d812c34

Please sign in to comment.