Skip to content

Revert "Merge branch '1.1.3' into 1.1.2" #133

Revert "Merge branch '1.1.3' into 1.1.2"

Revert "Merge branch '1.1.3' into 1.1.2" #133

Workflow file for this run

# This workflow uses a remote action to do some repository actions like updating the readme files
name: Call remote repo actions
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events for any main branch
push:
branches-ignore:
- 'gh-pages'
pull_request:
workflow_dispatch:
jobs:
call-update-readme:
uses: WorldHealthOrganization/smart-base/.github/workflows/update_readme.yml@main
with:
repositoryOwner: ${{ github.repository_owner }}
repositoryName: ${{ github.event.repository.name }}