Bump the all-dependencies group in /sites with 2 updates (#1291) #163
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy PostCSS Preset Env | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'main' | |
paths: | |
- 'sites/package-lock.json' | |
- 'sites/postcss-preset-env/**' | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
build: | |
name: Request Netlify Webhook | |
runs-on: ubuntu-latest | |
steps: | |
- name: Curl request | |
env: | |
DEPLOY_HOOK: ${{ secrets.PRESET_ENV_DEPLOY_HOOK }} | |
run: curl -X POST -d {} $DEPLOY_HOOK |