test
Some checks failed
build & package varnish exporter / build (push) Failing after 1m0s

This commit is contained in:
Ludovic Cartier
2025-07-21 12:16:24 +02:00
parent 78d5ac04aa
commit 1978875058

View File

@@ -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: |