ignore me

This commit is contained in:
MiniDigger | Martin 2021-10-16 15:55:29 +02:00 committed by GitHub
parent 1f1f967b50
commit b41eaaf877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/dummy.yml vendored Normal file
View 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'