Skip to content

Commit

Permalink
fix: Set env on Create OpenAPI action when workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Sep 12, 2024
1 parent d42d6f7 commit b811581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_openapi_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "selc-support-service=${{ github.event.inputs.selc-support-service }}" >> $GITHUB_OUTPUT
echo "pnpg-ms-external-api=${{ github.event.inputs.pnpg-ms-external-api }}" >> $GITHUB_OUTPUT
echo "pnpg-support-service=${{ github.event.inputs.pnpg-support-service }}" >> $GITHUB_OUTPUT
echo "environ=${{ github.event.inputs.environment }}" >> $GITHUB_OUTPUT
echo "environ=${{ inputs.env }}" >> $GITHUB_OUTPUT
else
if [ "${{ github.event.schedule }}" == "30 14 * * 1-5" ]; then
echo "environ=prod" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b811581

Please sign in to comment.