diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 8794615..c2eaead 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -20,7 +20,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: echo Hello, world on master-pr! # Runs a set of commands using the runners shell - name: Run a multi-line script