Skip to content

Commit

Permalink
Remove event information from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkindahl committed Dec 2, 2024
1 parent fba54b9 commit a0fdc2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-approvals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
GH_TOKEN: ${{ github.token }}
PR_NUMBER: ${{ github.event.number }}
run: |
echo "Event is: "
cat <<EOF
${{ toJSON(github.event) }}
EOF
echo "PR number is $PR_NUMBER"
echo "$BODY" | egrep -qsi '^disable-check:.*\<approval-count\>'
if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit a0fdc2e

Please sign in to comment.