Create blank.yml
This commit is contained in:
parent
f0a089fb71
commit
a618a953c9
|
|
@ -0,0 +1,14 @@
|
|||
name: Bash Script
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
bash-script:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Bash script
|
||||
run: bash bash.sh
|
||||
Loading…
Reference in New Issue