Skip to content

Commit

Permalink
Merge pull request #576 from ayuki-joto/fix/output-name
Browse files Browse the repository at this point in the history
fix: action output name
  • Loading branch information
ayuki-joto authored Nov 9, 2023
2 parents 1a940d0 + 246679e commit d82847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Output App Env
id: output-deploy-env
run: |
echo "deploy_env=${DEPLOY_ENV}" >> $GITHUB_OUTPUT
echo "deploy-env=${DEPLOY_ENV}" >> $GITHUB_OUTPUT
build:
needs:
Expand Down

0 comments on commit d82847d

Please sign in to comment.