Revert "the"

This reverts commit b2dfc93d21.
This commit is contained in:
Robert
2024-06-23 12:53:52 +02:00
parent b2dfc93d21
commit fcb9042d21

View File

@@ -13,6 +13,6 @@ jobs:
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script: |
if [[ ${{ github.ref_name }} == "main" ]]; then
if [[ $({ github.ref_name }) == "main" ]]; then
exit 0
fi