Skip to content

Commit 3fdfbdd

Browse files
committed
temporary dependabot action test
1 parent 44ff098 commit 3fdfbdd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/previews-cf-dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
timeout-minutes: 15
3030

3131
steps:
32+
- name: Dump GitHub context
33+
env:
34+
GITHUB_CONTEXT: ${{ toJson(github) }}
35+
run: echo "$GITHUB_CONTEXT"
36+
3237
- name: Checkout
3338
uses: actions/checkout@v6
3439
# check out the merge commit with secrets access!

0 commit comments

Comments
 (0)