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 }}."