Skip to content

Commit

Permalink
fix: syntax error on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-deriv committed Oct 20, 2023
1 parent f8f705b commit d7f2e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/publish_to_pages_production/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ inputs:
CLOUDFLARE_ACCOUNT_ID:
description: 'Cloudflare Account ID'
required: true
env:
CLOUDFLARE_API_TOKEN: ${{ inputs.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ inputs.CLOUDFLARE_ACCOUNT_ID }}
runs:
using: composite
env:
CLOUDFLARE_API_TOKEN: ${{ inputs.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ inputs.CLOUDFLARE_ACCOUNT_ID }}
steps:
- name: Publish to cloudflare pages (production)
environment: Production
Expand Down

0 comments on commit d7f2e8b

Please sign in to comment.