We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b24a0 commit 10cae93Copy full SHA for 10cae93
.github/workflows/cron-wishlist.yml
@@ -47,6 +47,7 @@ jobs:
47
KOBO_REFRESH_TOKEN: ${{ secrets.KOBO_REFRESH_TOKEN }}
48
49
- name: Process results
50
+ id: process
51
run: |
52
if [[ -n "${{ steps.fetch.outputs.output }}" ]]; then
53
echo "${{ steps.fetch.outputs.output }}" >> "${{ env.READING_LIST_PATH }}"
0 commit comments