Skip to content

manual_workflow

manual_workflow #1

Workflow file for this run

---
name: manual_workflow
on:
workflow_dispatch: ~
jobs:
test:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v3
- run: |
echo ${{ github.workspace }}
echo $GITHUB_WORKSPACE