Skip to content

Commit 5499875

Browse files
committed
Handle branch deletion
1 parent a0dc853 commit 5499875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment/delete.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ rm -rf "$deployments_dir/$branch_slug"
1515

1616
echo "Updating gh-pages branch."
1717
git add --all
18-
git commit --allow-empty -m "Delete '${$1}' branch deployment [ci skip]"
18+
git commit --allow-empty -m "Delete '$1' branch deployment [ci skip]"
1919
git push --force origin gh-pages
2020
echo "Deployment for branch '$1' has been deleted."

0 commit comments

Comments
 (0)