Обновить .gitea/workflows/dev_pipeline.yaml
Some checks failed
Dev testing pipeline / BuildAndTest (push) Failing after 3s

This commit is contained in:
2024-07-27 06:13:21 +00:00
parent 154c23e8db
commit 3ff28c7a16

View File

@ -15,7 +15,7 @@ jobs:
echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
echo "${{ gitea.workspace }} is a workspace folder"
- name: Check out repo code 📝
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up PostgreSQL 🐘
uses: postgres-actions/setup-postgres@v1
with: