From 05e65c14dec1219c9cff224ca3b3531edea8b3ce Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Sat, 8 Jun 2024 10:35:15 -0700 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bddc46be..ef4007b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,7 @@ jobs: steps: - run: | - echo "This workflow was triggered by: $TRIGGER_PERSON" - env: - TRIGGER_PERSON: ${{ github.event.inputs.triggeredBy }} + echo "This workflow was triggered by: ${{ github.event.inputs.triggeredBy }}" - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."