We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dfc93 commit fcb9042Copy full SHA for fcb9042
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