Skip to content

Commit

Permalink
fix: Update github-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jud1thDev authored Nov 11, 2024
1 parent 0913818 commit 47bd307
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
echo "${{ secrets.GCP_ACCESS_KEY_BASE64 }}" | openssl base64 -d -A > ./bookduck/src/main/resources/mmc-bookduck-ocr.json
shell: bash

- name: Check Current Directory
- name: Verify files
run: |
echo "Current Directory:"
pwd
echo "List of files in current directory:"
ls -al ./bookduck/src/main/resources
- name: Gradle Caching
Expand Down

0 comments on commit 47bd307

Please sign in to comment.