We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dc853 commit 5499875Copy full SHA for 5499875
.github/workflows/deployment/delete.sh
@@ -15,6 +15,6 @@ rm -rf "$deployments_dir/$branch_slug"
15
16
echo "Updating gh-pages branch."
17
git add --all
18
-git commit --allow-empty -m "Delete '${$1}' branch deployment [ci skip]"
+git commit --allow-empty -m "Delete '$1' branch deployment [ci skip]"
19
git push --force origin gh-pages
20
echo "Deployment for branch '$1' has been deleted."
0 commit comments