diff --git a/.github/workflows/pull-request-trigger.yml b/.github/workflows/pull-request-trigger.yml index f68b6e662e..fcf5e149a8 100644 --- a/.github/workflows/pull-request-trigger.yml +++ b/.github/workflows/pull-request-trigger.yml @@ -10,7 +10,7 @@ jobs: Hello-World: runs-on: ubuntu-latest steps: - - run: echo "🍺 This job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🍺 This job was automatically triggered by a ${{ github.event_name }} event@@@" # Moves newly opened PRs onto Project Board in column 'PR Needs review...' @@ -64,4 +64,4 @@ jobs: project: Project Board column: 'PR Needs review (Automated Column, do not place items here manually)' repo-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }} - action: delete \ No newline at end of file + action: delete