Skip to content

Commit

Permalink
Merge pull request #575 from ayuki-joto/fix/main-action
Browse files Browse the repository at this point in the history
fix: action output step name
  • Loading branch information
ayuki-joto authored Nov 9, 2023
2 parents c639b32 + 2297bda commit 1a940d0
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 @@ -20,7 +20,7 @@ jobs:
create-deploy-env:
runs-on: ubuntu-latest
outputs:
deploy-env: ${{ steps.output-app-env.outputs.deploy-env }}
deploy-env: ${{ steps.output-deploy-env.outputs.deploy-env }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1a940d0

Please sign in to comment.