Skip to content

Commit

Permalink
Restore inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jul 24, 2024
1 parent c01aaec commit 7b45c0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
oc delete route/${{ env.REPO }}-${{ env.DEST }} --ignore-not-found=true
oc create route edge ${{ env.REPO }}-${{ env.DEST }} \
--hostname=${{ env.REPO }}-${{ env.DEST }}.${{ env.DOMAIN }} \
--service=${{ env.REPO }}-1436-frontend
# --service=${{ env.REPO }}-${{ github.event.number || inputs.target }}-frontend
--service=${{ env.REPO }}-${{ github.event.number || inputs.target }}-frontend

0 comments on commit 7b45c0d

Please sign in to comment.