We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a978c commit 26f4401Copy full SHA for 26f4401
.github/workflows/django.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
environment: ${{ github.ref_name }}
12
- name: "Deploy to production"
+ name: "Deploy to ${{ github.ref_name }}"
13
runs-on: ubuntu-latest
14
steps:
15
- name: Configure SSH
0 commit comments