Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/reformat-sql.yml to match t…
Browse files Browse the repository at this point in the history
…he template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent bfe946e commit cdd48e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reformat-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:

steps:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: 'Checkout Repository'
- name: "Checkout Source"
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit cdd48e3

Please sign in to comment.