diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index af9ea9d..33a9365 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -24,7 +24,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: echo ${{ github.event.pull_request.author_association }} # Runs a set of commands using the runners shell - name: Run a multi-line script