This commit is contained in:
commit
c49fab8ba5
8
.gitea/workflows/env.yml
Normal file
8
.gitea/workflows/env.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: Env
|
||||
on: [push]
|
||||
jobs:
|
||||
env:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: List environment variables
|
||||
run: env
|
Loading…
Reference in New Issue
Block a user