Skip to content

Commit

Permalink
fix file detection outputs, revert changes of pr lint secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Nov 20, 2023
1 parent 6d72b8e commit c963392
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.lint.code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Detect File Changes - frontend-test-lint-code
runs-on: ubuntu-latest
outputs:
frontend: ${{ steps.changes.outputs.frontend-test-lint-code }}
frontend-test-lint-code: ${{ steps.changes.outputs.frontend-test-lint-code }}
steps:
- uses: actions/checkout@v3.3.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.lint.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (newline delimited).
# Default: https://github.com/commitizen/conventional-commit-types
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.unit.code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Detect File Changes - frontend-test-unit-code
runs-on: ubuntu-latest
outputs:
frontend: ${{ steps.changes.outputs.frontend-test-unit-code }}
frontend-test-unit-code: ${{ steps.changes.outputs.frontend-test-unit-code }}
steps:
- uses: actions/checkout@v3.3.0

Expand Down

0 comments on commit c963392

Please sign in to comment.