Skip to content

Commit

Permalink
🔧 Adding package input as env
Browse files Browse the repository at this point in the history
  • Loading branch information
Templum committed Sep 11, 2022
1 parent 6b49790 commit 1209a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Debug
run: ls
shell: bash
- name: Integration Test
id: integration-test
uses: Templum/govulncheck-action@main
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
image: "Dockerfile"
env:
GITHUB_TOKEN: "${{ inputs.github-token }}"
PACKAGE: "${{ inputs.package }}"

branding:
icon: "alert-octagon"
Expand Down

0 comments on commit 1209a7a

Please sign in to comment.