Skip to content

Commit

Permalink
fix: 🐛 malformed URL on open PR event
Browse files Browse the repository at this point in the history
see: https://github.com/LemLib/Gamepad/actions/runs/9214344483/job/25350366702?pr=3

This should fix it by setting the `inputs.repository` context to `github.repository` by default
  • Loading branch information
meisZWFLZ authored May 23, 2024
1 parent 5d1e21c commit e0f3251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Pros Build
description: Automatically build pros projects

inputs:
repository:
description: Target repository
required: false
default: ${{ github.repository }}
library-path:
required: false
default: null
Expand Down

0 comments on commit e0f3251

Please sign in to comment.