Skip to content

Commit

Permalink
Fixing the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Sep 25, 2023
1 parent 6538aef commit 0733ace
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
with:
feed_url: "https://knowledgeworkersguide.substack.com/feed"

- name: Set Output as Env Var
run: echo "FEED_OUTPUT=${{ steps.test-action.outputs.feed }}" >> $GITHUB_ENV

- name: Validate Output is JSON
id: validate-json
run: printf '%s' "${{ steps.test-action.outputs.feed }}" | jq empty
run: echo "$FEED_OUTPUT" | jq empty

0 comments on commit 0733ace

Please sign in to comment.