Skip to content

bump build for template updates #73

bump build for template updates

bump build for template updates #73

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

Check failure on line 17 in .github/workflows/repo_actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo_actions.yml

Invalid workflow file

error parsing called workflow ".github/workflows/repo_actions.yml" -> "WorldHealthOrganization/smart-base/.github/workflows/update_readme.yml@main" : failed to fetch workflow: workflow was not found.
with:
repositoryOwner: ${{ github.repository_owner }}
repositoryName: ${{ github.event.repository.name }}