Skip to content

Commit

Permalink
#108 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Feb 12, 2024
1 parent 6f54f6a commit e83a446
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/move-pr-to-done-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ on:
required: true

jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

move-pr-to-done-column:
if: ${{ github.actor == 'dependabot[bot]' && github.event.action == 'closed' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit e83a446

Please sign in to comment.