Skip to content

Test putting reusable workflow outside of GitHub folder #16

Test putting reusable workflow outside of GitHub folder

Test putting reusable workflow outside of GitHub folder #16

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
uses: Tina-otoge/infra/workflows/deploy-workflow.yml@master

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
app: MechaDon2
service: mechadon
secrets:
host: "${{ secrets.DEPLOY_HOST }}"
user: "${{ secrets.DEPLOY_USER }}"
key: "${{ secrets.DEPLOY_KEY }}"
login_user: "${{ secrets.DEPLOY_LOGIN_USER }}"