fix: remove generate-latest-json job, update app submodule
This commit is contained in:
@@ -91,16 +91,3 @@ jobs:
|
||||
with:
|
||||
name: latest.json
|
||||
path: latest.json
|
||||
|
||||
generate-latest-json:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cleanup Git Config
|
||||
if: always() # Pastikan tetap jalan meski job gagal
|
||||
run: |
|
||||
- name: Cleanup Git Config
|
||||
if: always()
|
||||
run: |
|
||||
git config --global --unset-all http."https://git.datadunia.com/".extraheader
|
||||
git config --global --unset core.askPass
|
||||
Reference in New Issue
Block a user