We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5533d2 commit e7a5776Copy full SHA for e7a5776
1 file changed
.github/actions/setup-rops/action.yml
@@ -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