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 37d4b6e commit f9f2584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-repository-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Prepare a branch, and file
run: |
date >> README.md
git checkout -b content
BRANCH=content
git checkout -b $BRANCH
git config user.name github-actions
git config user.email [email protected]
git add .
Expand Down

0 comments on commit f9f2584

Please sign in to comment.