Skip to content

Update stdlib docs from Jolie commit/4f093991883cf1e11fde518e32d953e7… #189

Update stdlib docs from Jolie commit/4f093991883cf1e11fde518e32d953e7…

Update stdlib docs from Jolie commit/4f093991883cf1e11fde518e32d953e7… #189

Workflow file for this run

---
name: "Trigger"
on:
push:
branches:
- v1.13.x-git
jobs:
docker_build_and_push:
runs-on: ubuntu-latest
name: "Trigger"
steps:
- uses: actions/checkout@v3
with:
ref: master
token: ${{secrets.GITHUB_TOKEN}}
- run: git branch
- run: git config --global user.email "gitaction@gitaction.com"
- run: git config --global user.name "GitAction"
- run: git commit --allow-empty -m "Triggered by v1.13.x-git" | git push