Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Oct 14, 2023
1 parent 11c72c0 commit 0ce51eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create Credential File
run: |
echo "$GOOGLE_APPLICATION_CREDENTIALS" | base64 -d > /tmp/credentials.json
echo "$GOOGLE_APPLICATION_CREDENTIALS" > /tmp/credentials.json
# Step 3: Install Hugo, Python 3.11 and Poetry
- name: Setup Hugo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Daily Build and Deploy
name: Run tests

on:
push:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Create Credential File
run: |
echo "$GOOGLE_APPLICATION_CREDENTIALS" | base64 -d > /tmp/credentials.json
echo "$GOOGLE_APPLICATION_CREDENTIALS" > /tmp/credentials.json
- name: Set up Python 3.11
uses: actions/setup-python@v2
Expand Down

0 comments on commit 0ce51eb

Please sign in to comment.