Skip to content

Commit

Permalink
syntax fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Fabbri committed Apr 13, 2022
1 parent 9511e8d commit cc0527f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
# cat requirements_frozen.txt
- name: Setup git
run: |
git config user.name "GitHub Actions"
git config user.email "<>"
git config user.name github-actions
git config user.email [email protected]
- name: Commit requirements_frozen.txt to repo
run: |
echo >>> git status <<<
Expand Down

0 comments on commit cc0527f

Please sign in to comment.