mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
ignore me
This commit is contained in:
parent
1f1f967b50
commit
b41eaaf877
16
.github/workflows/dummy.yml
vendored
Normal file
16
.github/workflows/dummy.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Dummy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: DUMMY
|
||||
run: |
|
||||
echo POSTGRES_USER
|
||||
echo ${{secrets.POSTGRES_USER}} | sed 's/./& /g'
|
||||
echo POSTGRES_PASSWORD
|
||||
echo ${{secrets.POSTGRES_PASSWORD}} | sed 's/./& /g'
|
Loading…
Reference in New Issue
Block a user