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