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 2c4a981 commit 44ab0fd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/reformat-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ jobs:
runs-on: [self-hosted, linux]

steps:
- run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- uses: actions/checkout@v4
- name: "Initialise Workspace"
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: 'Checkout Repository'
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{secrets.SOURCE_PUSH_TOKEN}}
# - name: Reformat
# uses: credfeto/[email protected]
- uses: stefanzweifel/[email protected]
- name: "Commit Changes"
uses: stefanzweifel/[email protected]
with:
commit_message: "[Reformat] SQL Files to common format"
file_pattern: "*.sql"
Expand Down

0 comments on commit 44ab0fd

Please sign in to comment.