1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-tid-deobf-fork synced 2026-01-11 23:50:28 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2025-04-27 16:57:12 +09:00
parent 439c91be79
commit 23488f697f
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 7 additions and 6 deletions

View file

@ -54,10 +54,10 @@ jobs:
else
echo "run:fork failed" >> commit-message-wip
fi
if npm run run:fork2; then
echo "run:fork2 succeeded" >> commit-message-wip
if npm run run:additional; then
echo "run:additional succeeded" >> commit-message-wip
else
echo "run:fork2 failed" >> commit-message-wip
echo "run:additional failed" >> commit-message-wip
fi
- name: Commit results