Skip to content

Commit

Permalink
try print name
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 14, 2024
1 parent 88abec6 commit d828b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canopeum_backend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
# Token with Contents permissions to allow retriggering workflow
token: ${{ secrets.PR_AUTOFIX_PAT }}
- run: echo "${{github.event.head_commit.author.name}}"
- uses: astral-sh/ruff-action@v1
with:
args: check --fix
Expand All @@ -86,7 +87,6 @@ jobs:
if: !cancelled()
with:
args: format
- run: echo "${{github.event.head_commit.author.name}}"
- name: Commit autofixes
uses: EndBug/add-and-commit@v9
# Push autofixes even on failure & prevent infinite loops
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canopeum_frontend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
# Token with Contents permissions to allow retriggering workflow
token: ${{ secrets.PR_AUTOFIX_PAT }}
- run: echo "${{github.event.head_commit.author.name}}"
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint:fix
- run: echo "${{github.event.head_commit.author.name}}"
- name: Commit autofixes
uses: EndBug/add-and-commit@v9
# Push autofixes even on failure & prevent infinite loops
Expand Down

0 comments on commit d828b04

Please sign in to comment.