Skip to content

Commit

Permalink
Use echo instead
Browse files Browse the repository at this point in the history
  • Loading branch information
emeruvia committed Feb 20, 2024
1 parent 78900a6 commit 93927d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/branch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: Build Job
runs-on: ubuntu-latest #mac-os-latest
continue-on-error: true
secrets: inherit

steps:
- name: Checkout
Expand All @@ -24,7 +25,7 @@ jobs:
distribution: 'temurin'

- name: Print Secret
run: cat ${{ secrets.KEYSTORE_PASSWORD }}
run: echo ${{ secrets.KEYSTORE_PASSWORD }}

- name: Setup gradle permissions
run: chmod +x ./gradlew
Expand Down

0 comments on commit 93927d7

Please sign in to comment.