12 lines
178 B
YAML
Raw Normal View History

2023-02-28 16:07:11 +00:00
name: Test
on:
workflow_call:
2023-02-28 16:09:21 +00:00
workflow_dispatch:
2023-02-28 16:07:11 +00:00
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Print workspace
run: echo ${{ github.workspace }}