Skip to content

Commit

Permalink
Remove printing context.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad authored Nov 22, 2023
1 parent 9b8644d commit 8e6da27
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/backport-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,7 @@ permissions:
pull-requests: write # so it can create pull requests


jobs:
print-context:
runs-on: ubuntu-latest
steps:
- name: Print GitHub context
run: |
echo "Event Name: ${{ github.event_name }}"
echo "Pull Request Merged: ${{ github.event.pull_request.merged }}"
echo "Issue Pull Request: ${{ github.event.issue.pull_request }}"
echo "Issue Comment Author Association: ${{ github.event.comment.author_association }}"
echo "Comment Body: ${{ github.event.comment.body }}"
echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e6da27

Please sign in to comment.