Skip to content

Update CHANGELOG.md #64

Update CHANGELOG.md

Update CHANGELOG.md #64

Workflow file for this run

name: 'Update lwrap'
on:
push:
branches:
- main
workflow_dispatch:
jobs:
notify:
name: 'Update lwrap'
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Github REST API Call
env:
PARENT_REPO: lwrap/lwrap.github.io
PARENT_BRANCH: main
WORKFLOW_ID: 50914859
run: |
curl -fL --retry 3 -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.CI_TOKEN }}" https://api.github.com/repos/${{ env.PARENT_REPO }}/actions/workflows/${{ env.WORKFLOW_ID }}/dispatches -d '{"ref":"${{ env.PARENT_BRANCH }}"}'