Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/reformat-yaml.yml to match …
Browse files Browse the repository at this point in the history
…the template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent eda3a17 commit 96cab99
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/reformat-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,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}}
- uses: credfeto/[email protected]
- uses: stefanzweifel/[email protected]
- name: "Reformat"
uses: credfeto/[email protected]
- name: "Commit Changes"
uses: stefanzweifel/[email protected]
with:
commit_message: "[Reformat] YAML Files to common format"
file_pattern: "*.yml"
Expand Down

0 comments on commit 96cab99

Please sign in to comment.