Skip to content

Commit

Permalink
Update answer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyscholl authored Oct 17, 2023
1 parent 4057d5a commit 4804c76
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/answer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
LOCKED: ${{ toJSON(github.event.locked) }}
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$ANSWERABLE"
echo ${{ ANSWERABLE == true }}
echo "$COMMENTS"
echo ${{ ANSWER == null }}
echo ${{ LOCKED == null }}
echo "$GITHUB_CONTEXT"
echo $ANSWERABLE
echo $COMMENTS
echo $ANSWER
echo $LOCKED
echo $GITHUB_CONTEXT
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 4804c76

Please sign in to comment.