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 \
2828
2929# Check the result
3030if echo " $RESPONSE " | jq -e ' .id' > /dev/null; then
31- echo " ✅ File fully replaced in Gist"
31+ echo " ✅ File fully replaced in Gist (main) "
3232else
33- echo " ❌ Error updating Gist!"
33+ echo " ❌ Error updating Gist (main) !"
3434 echo " $RESPONSE "
3535 exit 1
3636fi
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ RESPONSE=$(curl -s -X PATCH \
2828
2929# Check the result
3030if echo " $RESPONSE " | jq -e ' .id' > /dev/null; then
31- echo " ✅ File fully replaced in Gist"
31+ echo " ✅ File fully replaced in Gist (special) "
3232else
33- echo " ❌ Error updating Gist! "
33+ echo " ❌ Error updating Gist (special)! "
3434 echo " $RESPONSE "
3535 exit 1
3636fi
You can’t perform that action at this time.
0 commit comments