MinoruSekine / setup-scoop

GitHub Actions to install apps to Windows runner by scoop
https://github.com/marketplace/actions/setup-scoop
GNU Affero General Public License v3.0
10 stars 5 forks source link

Add status badges of latest release to README.md #63

Closed MinoruSekine closed 1 month ago

MinoruSekine commented 1 month ago
MinoruSekine commented 1 month ago

For example, will this work to switch actions' version to trigger?

env:
  ACTION_VERSION: "${{ github.event_name == 'schedule' && 'v4' || 'main' }}"