This is an automated email from the ASF dual-hosted git repository.
ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 10231bf Fixing broken fineract.dev workflow
10231bf is described below
commit 10231bf11111b8cb3370fe496f75056fb1450315
Author: Petri Tuomola <[email protected]>
AuthorDate: Wed Aug 11 09:45:48 2021 +0800
Fixing broken fineract.dev workflow
Setup-gcloud moved by google to a new repository
---
.github/workflows/fineract.dev.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/fineract.dev.yaml
b/.github/workflows/fineract.dev.yaml
index 26f26ae..e204484 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+ - uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}