Skip to content

change folders

change folders #6

Workflow file for this run

name: CI
on:
workflow_dispatch:
# Triggers the workflow on push for the master branch
push:
branches: [ master ]
env:
EXTENSION_DIR: "test-dir"
jobs:
generate-a-secret-output:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Call composite
uses: ./.github/actions/shared
call-workflow-passing-data:
uses: ./.github/workflows/test2/reuse-me.yaml

Check failure on line 23 in .github/workflows/output.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/output.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
username: user1
secrets:
token: "test"