fix: ref_name
All checks were successful
migrate-devel / migrate-devel (push) Successful in 7s

This commit is contained in:
Orion Kindel 2023-07-15 18:39:17 -04:00
parent bf5003844d
commit bff2f404dd
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: 'actions/checkout@v3' - uses: 'actions/checkout@v3'
with: { fetch-depth: 0 } with: { fetch-depth: 0 }
- run: './scripts/migrate.sh --greenlight' - run: './scripts/migrate.sh ${{ gitea.ref_name }} --greenlight'
env: env:
DOCKER_HOST: 'unix:///run/user/1001/docker.sock' DOCKER_HOST: 'unix:///run/user/1001/docker.sock'
POSTGRES_URI: '${{ secrets.POSTGRES_DEVEL_URI }}' POSTGRES_URI: '${{ secrets.POSTGRES_DEVEL_URI }}'