We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bcfc9 commit 7fea61fCopy full SHA for 7fea61f
.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 "[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"
+ git config --local user.email "[email protected]"
+ 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