Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonzimmermann committed Apr 22, 2024
1 parent 9af81a3 commit 6d895c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- name: Should publish
id: should-publish
run: |
echo "should-publish=$([[ -d "content/posts/unpublished" ]] && echo true || echo false)" >> $GITHUB_OUTPUT
echo "should-publish=$([[ -d "content/posts/unpublished" ]] && echo true || echo false)"
echo "should-publish=$([[ -d "content/posts/unpublished" ]] && echo true || echo false)" >> "$GITHUB_OUTPUT"
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6d895c4

Please sign in to comment.