Skip to content

Commit b2dfc93

Browse files
committed
the
1 parent 5956eeb commit b2dfc93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
PORT: ${{ secrets.PORT }}
1414
KEY: ${{ secrets.SSH }}
1515
script: |
16-
if [[ $({ github.ref_name }) == "main" ]]; then
16+
if [[ ${{ github.ref_name }} == "main" ]]; then
1717
exit 0
1818
fi

0 commit comments

Comments
 (0)