From 48d79c1e7aa7141f0ecd2e35128c93d7aed42da1 Mon Sep 17 00:00:00 2001 From: 64J0 <50725287+64J0@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:23:34 +0000 Subject: [PATCH] chore: automated git tags to workflow dispatch this commit is updating the workflow dispatch (github actions) options autonomously with the tags from this repository --- .github/workflows/example-001.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/example-001.yml b/.github/workflows/example-001.yml index 0a48e4b..6c14afa 100644 --- a/.github/workflows/example-001.yml +++ b/.github/workflows/example-001.yml @@ -1,5 +1,4 @@ name: Example 001 - on: workflow_dispatch: inputs: @@ -11,10 +10,23 @@ on: required: true type: choice options: - - v1.0.0 - - v0.9.0 - - v0.8.0 - + - v0.0.017 + - v0.0.016 + - v0.0.015 + - v0.0.014 + - v0.0.013 + - v0.0.012 + - v0.0.011 + - v0.0.010 + - v0.0.009 + - v0.0.008 + - v0.0.007 + - v0.0.006 + - v0.0.005 + - v0.0.004 + - v0.0.003 + - v0.0.002 + - v0.0.001 jobs: release: name: Deploy @@ -23,4 +35,4 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 with: - ref: ref/tags/${{ inputs.version }} \ No newline at end of file + ref: ref/tags/${{ inputs.version }}