Skip to content

Commit

Permalink
Merge pull request #105 from hubverse-org/zkamvar-patch-1
Browse files Browse the repository at this point in the history
testing diff commenter
  • Loading branch information
zkamvar authored Oct 9, 2024
2 parents a99766c + f32b365 commit bed2a93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/comment-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
permissions: read-all

jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
comment-changed-workflow:
name: 'Comment Spec Diff'
runs-on: ubuntu-latest
Expand Down

0 comments on commit bed2a93

Please sign in to comment.