Skip to content

Commit

Permalink
chore: test input for dynamic step name
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed Nov 10, 2021
1 parent 6923b9c commit 54e4520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: Deploy to $CLUTCH_ENV environment
- name: Deploy to ${{ inputs.clutch_env }} environment
run: |
git branch;
echo deploying to $CLUTCH_ENV;
Expand Down

0 comments on commit 54e4520

Please sign in to comment.