Skip to content

Commit

Permalink
wip: debug gh actions vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Nov 20, 2023
1 parent 989a4b3 commit 9fa2a7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ on:
- '**/*.txt'

jobs:
debug:
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- name: Debug
run: |
echo "github.ref ${{ github.ref }}"
echo "github.base_ref ${{ github.base_ref }}"
echo "github.head_ref ${{ github.head_ref }}"
lint:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 9fa2a7f

Please sign in to comment.