Skip to content

Commit e800285

Browse files
committed
2 parents 353d79e + ef6e5d1 commit e800285

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/compileall.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,5 @@ jobs:
262262
exit 1
263263
fi
264264
265-
echo "🎉 Done!"
265+
echo "🎉 Done!"
266+

.github/workflows/erase.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ jobs:
168168
echo " 🛡️ Current workflow run preserved"
169169
echo " 🆔 Current run ID: ${{ github.run_id }}"
170170
echo ""
171-
echo "ℹ️ This workflow run will remain in the history for reference"
171+
echo "ℹ️ This workflow run will remain in the history for reference"
172+

.github/workflows/pecl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,5 @@ jobs:
327327
fi
328328
gh release delete "$release_tag" -R ${{ github.repository }} -y || true
329329
fi
330-
gh api -X DELETE "repos/${{ github.repository }}/git/refs/tags/$release_tag" || true
330+
gh api -X DELETE "repos/${{ github.repository }}/git/refs/tags/$release_tag" || true
331+

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ jobs:
105105
else
106106
gh release upload php-${version} php-* -R ${{ github.repository }} --clobber
107107
fi
108+

0 commit comments

Comments
 (0)