Skip to content

Commit

Permalink
CHORE: formatting for socialpost GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Feb 24, 2024
1 parent 55b03df commit 3f10395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/socialpost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
else
NEWLINE=$'\n'
./social-post mastodon \
"ICANN TLD changes for ${TARGET_DATE}:$NEWLINE$(cat data/icann/deltas/${TARGET_DATE}.txt)$NEWLINE$NEWLINEhttps://resolve.rs/tlds/changelog/index.html"
"ICANN TLD changes for ${TARGET_DATE}:${NEWLINE}$(cat data/icann/deltas/${TARGET_DATE}.txt)${NEWLINE}${NEWLINE}https://resolve.rs/tlds/changelog/index.html"
fi
- name: PSL changes
Expand All @@ -67,5 +67,5 @@ jobs:
else
NEWLINE=$'\n'
./social-post mastodon \
"Mozilla public suffix changes for ${TARGET_DATE}:$NEWLINE$(cat data/publicsuffix/deltas/${TARGET_DATE}.txt)$NEWLINE$NEWLINEhttps://resolve.rs/psl/changelog/index.html"
"Mozilla public suffix changes for ${TARGET_DATE}:${NEWLINE}$(cat data/publicsuffix/deltas/${TARGET_DATE}.txt)${NEWLINE}${NEWLINE}https://resolve.rs/psl/changelog/index.html"
fi

0 comments on commit 3f10395

Please sign in to comment.