We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00ffbb commit 8c8f10aCopy full SHA for 8c8f10a
.github/workflows/branch.yml
@@ -80,6 +80,7 @@ jobs:
80
runs-on: ubuntu-latest
81
needs: validate
82
if: github.event_name == 'push'
83
+ environment: ${{ github.ref_name }}
84
env:
85
DOCKER_BRANCH: ${{ github.ref_name }}
86
DOMAIN_URL: ${{ secrets.DOMAIN_URL }}
0 commit comments