fix: repo

This commit is contained in:
thomas
2024-04-17 22:27:31 +02:00
parent 8d584ad163
commit 430022e0bb
3 changed files with 6 additions and 5 deletions

View File

@@ -5,6 +5,10 @@ inputs:
description: A GitHub token.
required: false
default: ${{ github.token }}
repo:
description: The owner and repository name.
required: false
default: ${{ github.repository }}
runs:
using: 'node20'
main: 'index.js'