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
11 stars 7 forks source link

Some workflows are failing on weekly run. #59

Closed MinoruSekine closed 4 months ago

MinoruSekine commented 4 months ago
MinoruSekine commented 4 months ago

Encountering this? https://github.com/orgs/community/discussions/75305

MinoruSekine commented 4 months ago

${{ github.action_path }} seems better for us. https://docs.github.com/en/actions/learn-github-actions/contexts#github-context

MinoruSekine commented 4 months ago

Hmm... Checkout running locally seems working wrong...

Omit checkout and use uses: MinoruSekine/setup-scoop@${{ branch_name }} instead?