remove unnecessary -i flag
فشلت بعض الفحوصات
/ deploy (push) Failing after 2m48s

هذا الالتزام موجود في:
2026-06-14 11:09:49 +03:00
الأصل 8da88c9a23
التزام dcddcb5d13

عرض الملف

@@ -24,7 +24,7 @@ jobs:
env:
SQL_CONN: ${{ secrets.SQL_CONN }}
run: |
sed -i "s|^db-uri: .*|db-uri: ${SQL_CONN}|" config.yml.example > /tmp/config.yml.example && mv /tmp/config.yml.example config.yml.example
sed "s|^db-uri: .*|db-uri: ${SQL_CONN}|" config.yml.example > /tmp/config.yml.example && mv /tmp/config.yml.example config.yml.example
- name: deploy
run: $HOME/ghaymah/bin/gy resource app launch