Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher committed Nov 19, 2023
1 parent d3dab4c commit 98d125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create credentials file
uses: "finnp/create-file-action@master"
env:
FILE_NAME: "~/project/src/test/resources/mysql_credentials.secret"
FILE_NAME: "/home/runner/work/Stargate-Bukkit/Stargate-Bukkit/src/test/resources/mysql_credentials.secret"
FILE_DATA: |-
MYSQL_DB_PASSWORD=root
MYSQL_DB_USER=root
Expand Down

0 comments on commit 98d125b

Please sign in to comment.