Skip to content

Test

Test #1

Workflow file for this run

name: "Test"
on:
workflow_dispatch:
inputs:
tag:
type: "string"
required: true
jobs:
one:
runs-on: "ubuntu-22.04"
steps:
- name: "Check out repository"
id: "checkout"
uses: "actions/checkout@v4"