Skip to content

Merge branch 'git-commit-push-action-6346412221-ubuntu-full-remote' i… #1366

Merge branch 'git-commit-push-action-6346412221-ubuntu-full-remote' i…

Merge branch 'git-commit-push-action-6346412221-ubuntu-full-remote' i… #1366

name: 58 - Env Expressions
on:
workflow_dispatch:
push:
env:
TOKEN: "${{ github.event_name == 'push' && 'TOKEN_ON_PUSH' || 'TOKEN_NOT_ON_PUSH' }}"
jobs:
job1:
runs-on: ubuntu-latest
steps:
- run: echo $TOKEN