Skip to content

Update font and author information in blog components #207

Update font and author information in blog components

Update font and author information in blog components #207

name: Update dev environment
on:
push:
branches: [ development]
jobs:
call_api:
runs-on: ubuntu-latest
steps:
- name: HTTP Request Action
uses: fjogeleit/[email protected]
with:
url: ${{ secrets.API_URL }}
method: 'POST'
data: >-
{
"id": "${{ secrets.API_ID }}" ,
"api_key": "${{ secrets.API_KEY }}"
}