Skip to content

chore(deps-dev): bump prettier-plugin-packagejson from 2.4.12 to 2.5.0 #650

chore(deps-dev): bump prettier-plugin-packagejson from 2.4.12 to 2.5.0

chore(deps-dev): bump prettier-plugin-packagejson from 2.4.12 to 2.5.0 #650

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: deploy
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
inputs:
environment:
description: 'Environment to run actiomn against'
type: environment
required: false
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
jobs:
cloudflare-pages-deploy:
permissions:
actions: read
contents: read
deployments: write
pull-requests: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 #v4.1.2
- id: 'cloudflare-pages'
uses: ./
with:
cloudflare-api-token: ${{secrets.CLOUDFLARE_API_TOKEN}}
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflare-project-name: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
directory: dist
github-token: ${{ secrets.GITHUB_TOKEN }}
github-environment: ${{ inputs.environment || 'preview' }}
working-directory: example