♻️ create manual_worflow

This commit is contained in:
Daniel Thoren 2023-06-14 13:09:42 +02:00 committed by GitHub
parent 193789a798
commit d34e54ef22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/manual_worflow.yml vendored Normal file
View 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