Skip to content

Commit

Permalink
test create env
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiscarf committed Nov 18, 2024
1 parent 1a805fa commit 712bfd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wip-create-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Create environment
on:
create:
workflow_dispatch:
push:
branches: # TODO: remove me
- 3577-app
# push:
# branches: # TODO: remove me
# - 3577-app

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wip-destroy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get environment name
id: env_name
run: |
env_name=$(node get-environment-name.js ${{ github.event.ref }})
env_name=$(node get-environment-name.js ${{ github.ref_name }})
echo "env_name: $env_name"
echo "env_name=$env_name" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 712bfd9

Please sign in to comment.