This commit is contained in:
@@ -16,11 +16,13 @@ jobs:
|
|||||||
- name: test - add env file
|
- name: test - add env file
|
||||||
run: |
|
run: |
|
||||||
echo "MY_GLOBAL_VAR=newvalue" > .version
|
echo "MY_GLOBAL_VAR=newvalue" > .version
|
||||||
git config --global user.name 'gitea-actions'
|
#git config --global user.name 'gitea-actions'
|
||||||
git config --global user.email 'no-reply@brainsys.io'
|
#git config --global user.email 'no-reply@brainsys.io'
|
||||||
git add .version
|
#git add .version
|
||||||
git commit -m "Update version variable"
|
#git commit -m "Update version variable"
|
||||||
git push
|
#git push
|
||||||
|
|
||||||
|
- uses: actions4git/add-commit-push@v1
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user