Skip to content

Commit a05e8c8

Browse files
committed
Fix the workflow file
1 parent 199c226 commit a05e8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/custopize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
runs-on: ubuntu-latest
255255
needs: [build, test]
256256
environment: live
257-
if: github.ref_name == "main"
257+
if: github.ref_name == 'main'
258258
steps:
259259

260260
- uses: actions/github-script@v6

0 commit comments

Comments
 (0)