Skip to content

Commit

Permalink
fix yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Feb 28, 2025
1 parent 19970f5 commit 9ef4ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-manifests-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "Check If Manifests Change"

permissions:
pull-requests: write

on:
pull_request_target: {}
pull_request_target: { }

env:
PR_CACHE_KEY: pr-manifests-${{ github.run_id }}-${{ github.run_attempt }}
MAIN_CACHE_KEY: main-manifests-${{ github.run_id }}-${{ github.run_attempt }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pipeline-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permissions:
pull-requests: write

on:
pull_request_target: {}
pull_request_target: { }

jobs:
check-pipeline-changes:
Expand Down

0 comments on commit 9ef4ef4

Please sign in to comment.