Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d793db4 commit 117cf54Copy full SHA for 117cf54
1 file changed
.github/workflows/remote-bash.yml
@@ -0,0 +1,12 @@
1
+name: test
2
+on: [push]
3
+jobs:
4
+ test:
5
+ runs-on: [ubuntu-20.04]
6
+ steps:
7
+ - name: remote-bash
8
+ uses: shinhwagk/[email protected]
9
+ with:
10
+ args:
11
+ env:
12
+ REMOTE_BASH_URL: https://raw.githubusercontent.com/Henryws/pacstall/master/install.sh
0 commit comments