Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Dec 26, 2023
1 parent feda082 commit 005463f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ on:
install_token:
description: Install token
required: true

check_id:
description: Check ID
required: true
permissions:
contents: read

Expand All @@ -46,4 +48,4 @@ jobs:
wget "${{ github.event.inputs.api }}/mods/deno.json"
ls
- name: Run
run: deno run -A "${{ github.event.inputs.api }}/mods/checker/main.ts" "${{ github.event.inputs.api }}" "${{ github.event.inputs.head_sha }}" "${{ github.event.inputs.jwt }}" "${{ github.event.inputs.install_token }}"
run: deno run -A "${{ github.event.inputs.api }}/mods/checker/main.ts" "${{ github.event.inputs.api }}" "${{ github.event.inputs.head_sha }}" "${{ github.event.inputs.jwt }}" "${{ github.event.inputs.install_token }}" "${{ github.event.inputs.check_id }}"

0 comments on commit 005463f

Please sign in to comment.