Skip to content

Commit

Permalink
Remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Oct 18, 2024
1 parent 53f45f4 commit 1a02b94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,11 @@ jobs:
env:
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}

- name: Write to log and clear todo
- name: Write to log
run: |
id=$(cat $todo_file | jq -r ".id")
echo $id >> $log_file
cat $log_file
rm -rf $todo_file
echo "$todo_file cleared"
env:
todo_file: ${{ env.MASTODON_TODO }}
log_file: ${{ env.MASTODON_LOG_FILE }}
Expand Down

0 comments on commit 1a02b94

Please sign in to comment.