Skip to content

Commit

Permalink
Debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Feb 1, 2024
1 parent 294de6b commit ba89da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
note_id=$(./script/check-mastodon-note.sh "$latest")
[ -z "$note_id" ] && echo "Latest note $latest is posted. Bail." || echo "Latest note $latest is not posted. Do post."
[ ! -z "$note_id" ] && echo "do_post=true" >> "$GITHUB_OUTPUT"
cat "$GITHUB_OUTPUT"
echo "latest_note_id=$note_id" >> "$GITHUB_OUTPUT"
echo "latest_note_path=$latest" >> "$GITHUB_OUTPUT"
cat "$GITHUB_OUTPUT"
env:
NOTES_DIR: ${{ env.NOTES_DIR }}

Expand Down

0 comments on commit ba89da5

Please sign in to comment.