Skip to content

Commit e7a5776

Browse files
committed
action
1 parent b5533d2 commit e7a5776

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Setup rops"
2+
description: "Install rops CLI tool and add to PATH"
3+
runs:
4+
using: "composite"
5+
steps:
6+
- name: Install rops
7+
shell: bash
8+
run: |
9+
curl -L https://raw.githubusercontent.com/quantmind/rops/main/dev/install-rops | bash
10+
echo "$HOME/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)