Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 31, 2024
1 parent 164009f commit 7503629
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,14 +518,14 @@ jobs:
run: |
Get-Content -Path $env:GITHUB_EVENT_PATH
# - name: Commit docs for linting
# id: commit-docs
# shell: pwsh
# run: |
# git config --global user.name "Github Actions"
# git config --global user.email "github-actions[bot]@users.noreply.github.com"
# git add .
# git commit -m "Update documentation"
- name: Commit docs for linting
id: commit-docs
shell: pwsh
run: |
git config --global user.name "Github Actions"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Update documentation"
- name: Lint documentation
uses: super-linter/super-linter/slim@latest
Expand Down

0 comments on commit 7503629

Please sign in to comment.