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 - name: Test Local Action
id: test-action id: test-action
uses: ./ uses: ./
with:
milliseconds: 2000
- name: Print Output - name: Print Output
id: output id: output

View File

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