Skip to content

Commit ee21b53

Browse files
authored
ci: gh debug (#8)
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
1 parent e24c5b3 commit ee21b53

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,22 @@ on:
1111
push:
1212
workflow_dispatch:
1313

14-
permissions: {}
14+
permissions:
15+
contents: read
1516

1617
jobs:
1718
tests:
1819
runs-on: ubuntu-24.04
1920

20-
permissions:
21-
contents: read
22-
2321
steps:
2422
- name: Echo context
2523
env:
2624
GH_JSON: ${{ toJson(github) }}
27-
run: echo "$GH_JSON"
25+
run: |
26+
echo "GITHUB_SHA $GITHUB_SHA"
27+
echo "GITHUB_REF $GITHUB_REF"
28+
echo "GITHUB_REF_NAME $GITHUB_REF_NAME"
29+
echo "$GH_JSON"
2830
2931
- name: Checkout action
3032
uses: actions/checkout@v4

0 commit comments

Comments
 (0)