Skip to content

Commit

Permalink
Retest
Browse files Browse the repository at this point in the history
  • Loading branch information
leflambeur committed Dec 20, 2021
1 parent 96c9105 commit aaf643c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: leflambeur/[email protected].6a
- uses: leflambeur/[email protected].6b
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ runs:
args:
- -e
- -i
- -id ${{ inputs.asset_id }}
- -cmd ${{ inputs.command }}
- --assetID ${{ inputs.asset_id }}
- -command ${{ inputs.command }}
- -req ${{ inputs.attrs }}
- -evt ${{ inputs.custom_attrs }}
- -sbom ${{ inputs.latest_sbom }}
Expand Down

0 comments on commit aaf643c

Please sign in to comment.