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 b87bf3a commit c99839a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 ${{ ANSWER == null }}
echo ${{ $LOCKED == null }}
echo "$GITHUB_CONTEXT"
- name: Checkout Repo
Expand Down

0 comments on commit c99839a

Please sign in to comment.