We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bcfc9 commit 7fea61fCopy full SHA for 7fea61f
1 file changed
.github/workflows/freeze-versions.yml
@@ -38,10 +38,10 @@ jobs:
38
- name: Freeze versions
39
run: |
40
python -m pip freeze > frozen_versions.txt
41
- git config --local user.email "test@github.com"
42
- git config --local user.name "GitHub Action test"
43
- git add ./frozen_versions.txt
44
- git commit -m "store versions for later reference"
+ git config --local user.email "test@github.com"
+ git config --local user.name "GitHub Action test"
+ git add ./frozen_versions.txt
+ git commit -m "store versions for later reference"
45
46
- name: Push changes # push the output folder to your repo
47
uses: ad-m/github-push-action@master
0 commit comments