Skip to content

Commit

Permalink
add default values
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Misencik <[email protected]>
  • Loading branch information
SimonMisencik committed Aug 17, 2023
1 parent c35168c commit 93db85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ jobs:
ghcr.io/sendible-labs/ci-github-notifier:stable
- name: Print url
if: ${{ github.event.inputs.keep_fm == 'true' }}
if: ${{ github.event.inputs.keep_fm || 'true' == 'true' }}
run: |
echo "::notice::Frinx-machine is deployed at ui-${{ steps.var.outputs.short_sha }}-frinx.csf.elisa.fi(behind Elisa VPN)"
- name: Print url
if: ${{ github.event.inputs.keep_fm == 'true' }}
if: ${{ github.event.inputs.keep_fm || 'true' == 'true' }}
run: |
echo "::warning::Please delete the instance after use(Resume workflow in argo-workflow)!"

0 comments on commit 93db85d

Please sign in to comment.