♻️ create manual_worflow
This commit is contained in:
parent
193789a798
commit
d34e54ef22
1 changed files with 14 additions and 0 deletions
14
.github/workflows/manual_worflow.yml
vendored
Normal file
14
.github/workflows/manual_worflow.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
manual_worflow:
|
||||
name: deploy to staging
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Run `lsb_release -a`
|
||||
run: lsb_release -a
|
||||
- name: Run `apt policy fish`
|
||||
run: apt policy fish
|
||||
- name: Run `cat /etc/os-release`
|
||||
run: cat /etc/os-release
|
||||
Loading…
Add table
Add a link
Reference in a new issue