Skip to content

Commit b969bc3

Browse files
Fix formatting of run-name in Linter workflow and remove unnecessary comment in Action-Test workflow
1 parent 974d499 commit b969bc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
Name: PSModuleTest
4141
WorkingDirectory: tests
42-
APIKey: ${{ secrets.APIKEY }} # zizmor: ignore[secrets-outside-env] test workflow passes publish API key to local action input intentionally
42+
APIKey: ${{ secrets.APIKEY }}
4343
WhatIf: true

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linter
22

3-
run-name: "Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3+
run-name: 'Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
44

55
on: [pull_request]
66

0 commit comments

Comments
 (0)