Skip to content

Checking Ternary

Checking Ternary #1

Workflow file for this run

name: Checking Ternary
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: echo stuff
run: |
echo ${{ 'true' == 'true' && 'foo' || 'bar' }}