Skip to content

Commit

Permalink
check values
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 21, 2022
1 parent aec04eb commit a7a8228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo ✓
- run: echo ':weeeee:'
- run: echo "garbage you won't see"

build:
needs: authorize
Expand All @@ -27,8 +27,8 @@ jobs:
steps:
- run echo "PR sha ${{ github.event.pull_request.head.sha }}"
- run echo "ref_name ${{ github.ref_name }}"
- run echo "ref ${{ github.ref }}"
- run echo "head_ref ${{ github.head_ref }}"
- run echo "ref ${{ github.ref }}"
- run echo "sha ${{ github.sha }}"
- run echo "event_name ${{ github.event_name }}"

Expand Down

0 comments on commit a7a8228

Please sign in to comment.