Skip to content

add verson file

add verson file #163

Workflow file for this run

name: CI
on: [push]
jobs:
check:
uses: ./.github/workflows/check.yml
# build-test:
# uses: navi86/github_workflows/.github/workflows/build.yml@main
# uses: ./.github/workflows/build.yml
tag_staging:
if: ${{ github.ref == 'refs/heads/main' }}
uses: navi86/github_workflows/.github/workflows/tagging.yml@tag

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "navi86/github_workflows/.github/workflows/tagging.yml@tag" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
# error:
# runs-on: ubuntu-latest
# steps:
# - name: fail
# run: |
# exit 1