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 d2e5efb commit 1f5a1ad
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: ubuntu-latest

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/action-sql-format@v1.4.1
- uses: stefanzweifel/git-auto-commit-action@v5.0.0
- name: "Commit Changes"
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: "[Reformat] SQL Files to common format"
file_pattern: "*.sql"
Expand Down

0 comments on commit 1f5a1ad

Please sign in to comment.