Skip to content

Fix (maybe) syntax of run command #2

Fix (maybe) syntax of run command

Fix (maybe) syntax of run command #2

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: test
steps:
- name: trigger deploy
run: |
curl -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"