Skip to content

more theme.md tables +and 1st draft avascript-dev #1101

more theme.md tables +and 1st draft avascript-dev

more theme.md tables +and 1st draft avascript-dev #1101

Workflow file for this run

name: Git checkout github action
on:
push:
branches:
- main
- rec
jobs:
post_request:
runs-on: ubuntu-latest
steps:
- name: Print branch name
run: echo ${{github.ref_name}}
- name: Main branch git-checkout request
if: ${{ github.ref_name == 'main' }}
run: curl -X POST https://docs.simplicite.io/api/ext/TrnGitCheckoutService
- name: Rec branch git-checkout request
if: ${{ github.ref_name == 'rec' }}
run: curl -X POST https://docs2rec.dev.simplicite.io/api/ext/TrnGitCheckoutService