Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Dec 5, 2023
1 parent ae8044c commit 9f21e0a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ runs:
steps:
- uses: robinraju/[email protected]
with:
fileName: syscalls-bumper_*_linux_amd64
tarBall: true
fileName: syscalls-bumper_*_linux_amd64.tar.gz
tarBall: false
zipBall: false
extract: true
latest: true

- name: Bump syscalls
shell: bash
run: |
ls -la falcosecurity-syscalls-bumper-*
cd falcosecurity-syscalls-bumper-*
ls -la
./syscalls-bumper --repo-root ${{ inputs.repo-root }} --overwrite
- name: Cleanup
Expand Down

0 comments on commit 9f21e0a

Please sign in to comment.