Skip to content

Commit 7fea61f

Browse files
committed
Fix syntax error in yaml
1 parent d8bcfc9 commit 7fea61f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/freeze-versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Freeze versions
3939
run: |
4040
python -m pip freeze > frozen_versions.txt
41-
git config --local user.email "[email protected]"
42-
git config --local user.name "GitHub Action test"
43-
git add ./frozen_versions.txt
44-
git commit -m "store versions for later reference"
41+
git config --local user.email "[email protected]"
42+
git config --local user.name "GitHub Action test"
43+
git add ./frozen_versions.txt
44+
git commit -m "store versions for later reference"
4545

4646
- name: Push changes # push the output folder to your repo
4747
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)