Skip to content

Commit

Permalink
wip-config
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed May 23, 2024
1 parent 9110248 commit 6a99ab6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dependabot-tapioca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ jobs:
with:
token: ${{ secrets.PAT_USER_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
- name: git info
run: git log --oneline | head -n10
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump GitHub PR context
env:
GITHUB_CONTEXT: ${{ toJson(github.event.pull_request) }}

run: echo "$GITHUB_CONTEXT"
- name: Setup AutoHCK
uses: ./.github/actions/setup-autohck

Expand Down

0 comments on commit 6a99ab6

Please sign in to comment.