Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent a76120b commit be68770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ jobs:
run: |
ISSUE_COMMENTS=$(gh api -H "Accept: application/vnd.github+json" /repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments | jq ".[] | .body")
if echo "${ISSUE_COMMENTS}" | grep "@github-actions disable-cache"; then
echo "DISABLE_CACHE=true" >> $GITHUB_OUTPUT
echo "DISABLE_CACHE=1" >> $GITHUB_OUTPUT
else
echo "DISABLE_CACHE=false" >> $GITHUB_OUTPUT
echo "DISABLE_CACHE=0" >> $GITHUB_OUTPUT
fi
cat $GITHUB_OUTPUT
- name: Restore from cache
Expand Down

0 comments on commit be68770

Please sign in to comment.