Skip to content

Commit

Permalink
added some more tags for testing and updated input description
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpictures authored Nov 5, 2023
1 parent 2bd2656 commit ee8e67f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -81,4 +81,4 @@ jobs:
- name: Add GTK
uses: ./
with:
ref: ${{ matrix.refs }}
release: ${{ matrix.releases }}
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit ee8e67f

Please sign in to comment.