Skip to content

Commit

Permalink
fix(ci): provide fallback for build-stage action
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Dec 22, 2023
1 parent 8871bee commit b7c2a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 2553ea8236c11ea0f88de28fce1cbfee
projectName: ${{ github.event.inputs.cloudflare-project-name }}
projectName: ${{ github.event.inputs.cloudflare-project-name || 'logseq-demo' }}
directory: 'static'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: 'production'

0 comments on commit b7c2a7b

Please sign in to comment.