Skip to content

Commit

Permalink
fix(CI): name action variable step
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 3, 2023
1 parent fc176de commit cd372ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
mode: ${{ steps.set-variables.outputs.mode }}

steps:
- id: set-variables
- name: Set action variables
id: set-variables
run: |
DEBUG="false"
MODE="prod"
Expand Down

0 comments on commit cd372ad

Please sign in to comment.