We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5956eeb commit b2dfc93Copy full SHA for b2dfc93
1 file changed
.github/workflows/create-pack.yml
@@ -13,6 +13,6 @@ jobs:
13
PORT: ${{ secrets.PORT }}
14
KEY: ${{ secrets.SSH }}
15
script: |
16
- if [[ $({ github.ref_name }) == "main" ]]; then
+ if [[ ${{ github.ref_name }} == "main" ]]; then
17
exit 0
18
fi
0 commit comments