Skip to content

Update stdlib docs from Jolie commit/2c222f2362c739a639d939d57b711dca… #215

Update stdlib docs from Jolie commit/2c222f2362c739a639d939d57b711dca…

Update stdlib docs from Jolie commit/2c222f2362c739a639d939d57b711dca… #215

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 "[email protected]"
- run: git config --global user.name "GitAction"
- run: git commit --allow-empty -m "Triggered by v1.13.x-git" | git push