Skip to content

Manual workflow

Manual workflow #3

Workflow file for this run

name: Manual workflow
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: eiffel-community/etos-suite-runner
- run: |
echo $(git describe --tags)