Skip to content

Commit 8071991

Browse files
committed
Double Quotes not allowed?
1 parent 56a3a7e commit 8071991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Build and Deploy
26-
uses: !e "github.event.inputs.branch ? JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }} : JamesIves/github-pages-deploy-action@releases/v4"
26+
uses: !e github.event.inputs.branch ? JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }} : JamesIves/github-pages-deploy-action@releases/v4
2727
with:
2828
git-config-name: Montezuma
2929
git-config-email: montezuma@jamesiv.es

0 commit comments

Comments
 (0)