Skip to content

Commit

Permalink
missing cleanup item
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Mar 25, 2024
1 parent 5cf5724 commit c2998e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
if ${{ github.event_name == 'pull_request' }}; then
# FF-PRODUCTION-PR
# A build from the DEV env that points to prod
echo "function_name=${{ inputs.app_base_name }}-pr${{ github.event.number }}-ff-production" >> $GITHUB_OUTPUT
echo "function_name=NEVER_USED" >> $GITHUB_OUTPUT
echo "front_url=pr${{ github.event.number }}-app-ff-production.k-f.dev" >> $GITHUB_OUTPUT
echo "env_name=production" >> $GITHUB_OUTPUT
elif ${{ github.ref == 'refs/heads/main' }}; then
Expand Down

0 comments on commit c2998e7

Please sign in to comment.