Skip to content

Commit

Permalink
required
Browse files Browse the repository at this point in the history
  • Loading branch information
agilebotanist authored Feb 23, 2024
1 parent c224110 commit ca054b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ApiService from "./apiService";
async function run(): Promise<void> {
try {
// get inputs of the action
const rqcodeToken = getInput('rqcode-token', {required: true})
// const rqcodeToken = getInput('rqcode-token', {required: true})
const token = getInput('token', {required: false})
const label = getInput('label', {required: false})
const stigs = getInput('stigs-comment', {required: false})
Expand Down

0 comments on commit ca054b4

Please sign in to comment.