We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb2032 commit a492f24Copy full SHA for a492f24
1 file changed
.github/workflows/deploy.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
deployment:
10
runs-on: ubuntu-latest
11
- environment: test
+ environment: ${{ github.ref_name }}
12
steps:
13
- name: trigger deploy
14
run: |
0 commit comments