Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jun 1, 2022
1 parent c64ac4d commit 6b4b02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ inputs:
GITHUB_TOKEN:
description: Secret GitHub API token to use for making API requests.
default: ${{ github.token }}
required: true
required: false
TARGET_RUN_ID:
description: Target run id
default: ${{ github.run_id }}
required: true
required: false
SET_ENV_NAME:
description: Env name
required: false
Expand Down

0 comments on commit 6b4b02f

Please sign in to comment.