Skip to content

new actions using ci #162

new actions using ci

new actions using ci #162

name: Tributech CI - main
on:
push:
branches: [ master ]
tags:
- '*'
pull_request:
branches: [ master, feature/*, hotfix/*, fix/* ]
env:
USED_DOTNET_VERSION: '16.X'
jobs:
vars:
runs-on: ubuntu-22.04
outputs:
dotnet_version: ${{ env.USED_DOTNET_VERSION }}
steps:
- run: echo "Exposing env vars"
publish:
needs: [ 'vars' ]
name: GitHub Pages
uses: tributech-solutions/tributech-github-actions-ci/.github/workflows/github-pages-deploy.yaml@deploy-gh-page-blob-storage-testing

Check failure on line 28 in .github/workflows/deploy-gh-pages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-gh-pages.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-gh-pages.yml" -> "tributech-solutions/tributech-github-actions-ci/.github/workflows/github-pages-deploy.yaml@deploy-gh-page-blob-storage-testing" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
DOTNET_VERSION: ${{ needs.vars.outputs.dotnet_version }}
secrets:
GH_PAGES_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}