Skip to content

mv img to docs

mv img to docs #9

Workflow file for this run

---
name: README.md
on:
push:
paths:
- '.github/templates/*'
- '.github/workflows/*'
- 'img/*'
workflow_dispatch:
jobs:
generate-readme:
uses: jmpa-io/depot/.github/workflows/README.yml@main
secrets:
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
slack-webhook: ${{ secrets.SLACK_GITHUB_WEBHOOK_URL }}
post-to-slack:
needs: [generate-readme]
if: always()
uses: jmpa-io/depot/.github/workflows/post-to-slack.yml@main

Check failure on line 21 in .github/workflows/README.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/README.yml

Invalid workflow file

error parsing called workflow ".github/workflows/README.yml" -> "jmpa-io/depot/.github/workflows/post-to-slack.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
slack-webhook: ${{ secrets.SLACK_GITHUB_WEBHOOK_URL }}