This commit is contained in:
John McCall 2024-03-16 14:26:12 -04:00
parent fc92d2c06e
commit 698e7c41d3
2 changed files with 1 additions and 3 deletions

View File

@ -56,8 +56,6 @@ jobs:
- name: Test Local Action
id: test-action
uses: ./
with:
milliseconds: 2000
- name: Print Output
id: output

View File

@ -10,7 +10,7 @@ inputs:
pr-number:
description: "The number of the pull request."
required: true
default: "999"
default: ${{ github.event.number }}
repo-token:
description: "Github token for authentication."
required: false