remove tab
Some checks failed
build & package varnish exporter / validate (push) Failing after 4s
build & package varnish exporter / build (push) Has been skipped

This commit is contained in:
Ludovic Cartier
2025-07-21 16:00:45 +02:00
parent f6464db418
commit b3a868de26

View File

@@ -20,7 +20,7 @@ jobs:
run: | run: |
CURRENT=`cat .version` CURRENT=`cat .version`
LATEST=`curl --silent https://api.github.com/repos/jonnenauha/prometheus_varnish_exporter/releases/latest | jq -r .tag_name | sed "s/v//"` LATEST=`curl --silent https://api.github.com/repos/jonnenauha/prometheus_varnish_exporter/releases/latest | jq -r .tag_name | sed "s/v//"`
if [[ $LATEST -gt $CURRENT ]]; then echo $LATEST > .version; echo "status=build" >> $GITEA_OUTPUT; done if [[ $LATEST -gt $CURRENT ]]; then echo $LATEST > .version; echo "status=build" >> $GITEA_OUTPUT; done
- uses: stefanzweifel/git-auto-commit-action@v6 - uses: stefanzweifel/git-auto-commit-action@v6
with: with: