File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ RESPONSE=$(curl -s -X PATCH \
28
28
29
29
# Check the result
30
30
if echo " $RESPONSE " | jq -e ' .id' > /dev/null; then
31
- echo " ✅ File fully replaced in Gist"
31
+ echo " ✅ File fully replaced in Gist (main) "
32
32
else
33
- echo " ❌ Error updating Gist!"
33
+ echo " ❌ Error updating Gist (main) !"
34
34
echo " $RESPONSE "
35
35
exit 1
36
36
fi
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ RESPONSE=$(curl -s -X PATCH \
28
28
29
29
# Check the result
30
30
if echo " $RESPONSE " | jq -e ' .id' > /dev/null; then
31
- echo " ✅ File fully replaced in Gist"
31
+ echo " ✅ File fully replaced in Gist (special) "
32
32
else
33
- echo " ❌ Error updating Gist! "
33
+ echo " ❌ Error updating Gist (special)! "
34
34
echo " $RESPONSE "
35
35
exit 1
36
36
fi
You can’t perform that action at this time.
0 commit comments