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 c99839a commit 4057d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/answer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$ANSWERABLE"
echo ${{ $ANSWERABLE == true }}
echo ${{ ANSWERABLE == true }}
echo "$COMMENTS"
echo ${{ ANSWER == null }}
echo ${{ $LOCKED == null }}
echo ${{ LOCKED == null }}
echo "$GITHUB_CONTEXT"
- name: Checkout Repo
Expand Down

0 comments on commit 4057d5a

Please sign in to comment.