Skip to content

Manual workflow

Manual workflow #8

Workflow file for this run

name: Manual workflow
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: eiffel-community/etos-suite-runner
fetch-tags: true
fetch-depth: 0
- run: |
echo $(git describe --tags)
echo $(gh version)
echo $(gh release view --json tagName)