From ee8e67fa6868ea1c081c731f4eafb8f7c848c35f Mon Sep 17 00:00:00 2001 From: Yash Jain <46950318+yjpictures@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:50:07 -0500 Subject: [PATCH] added some more tags for testing and updated input description --- .github/workflows/test.yml | 4 ++-- action.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c46ac5a..00001f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - refs: [latest, 2022-01-04, MSY2-version, 2021-01-30, 27bc126] + releases: [2022-01-04, 2021-04-29, 2021-01-30, 2020-11-22, 2020-07-15, 2020-05-19] runs-on: windows-latest steps: @@ -81,4 +81,4 @@ jobs: - name: Add GTK uses: ./ with: - ref: ${{ matrix.refs }} + release: ${{ matrix.releases }} diff --git a/action.yml b/action.yml index 3099c7e..98098ec 100644 --- a/action.yml +++ b/action.yml @@ -4,8 +4,8 @@ description: 'This will add GTK+ in Windows Runtime Environment' inputs: - ref: - description: The branch, tag or SHA to use. Default is 2022-01-04. + release: + description: The release tag to use. Default is 2022-01-04. required: true default: 2022-01-04 @@ -28,7 +28,7 @@ runs: if: runner.os == 'Windows' with: repository: tschoonj/GTK-for-Windows-Runtime-Environment-Installer - ref: ${{ inputs.ref }} + ref: ${{ inputs.release }} path: _tempGTK sparse-checkout: gtk-nsis-pack sparse-checkout-cone-mode: false