Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 117cf54

Browse files
author
Henry
authored
Create remote-bash.yml
Former-commit-id: a53c72d
1 parent d793db4 commit 117cf54

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/remote-bash.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)