Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/reformat-sql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 20, 2024
1 parent a83f626 commit b69737f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/reformat-sql.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--- # Reformatting MSSQL
name: "Standardise: MSSQL Format"

on:
Expand All @@ -7,6 +8,7 @@ on:
- "hotfix/*"
paths:
- '**.sql'
- '.github/workflows/reformat-sql.yml'

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand All @@ -29,13 +31,16 @@ jobs:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout Source"
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
token: ${{secrets.SOURCE_PUSH_TOKEN}}
# - name: Reformat
# uses: credfeto/[email protected]

- name: "Reformat"
uses: credfeto/[email protected]

- name: "Commit Changes"
uses: stefanzweifel/[email protected]
with:
Expand Down

0 comments on commit b69737f

Please sign in to comment.