Skip to content

Commit

Permalink
Merge pull request cri-o#8489 from saschagrunert/space-eol
Browse files Browse the repository at this point in the history
Fix space at EOL in actions
  • Loading branch information
openshift-merge-bot[bot] authored Aug 19, 2024
2 parents 77d91d4 + d1e6111 commit 079f92e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nixpkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * 0' # At 00:00 on Sunday
env:
NIX_VERSION: '2.22.1'
permissions:
permissions:
contents: read

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 1 * *'
env:
GO_VERSION: '1.23'
permissions:
permissions:
contents: read

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *'
env:
GO_VERSION: '1.23'
permissions:
permissions:
contents: read

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-reconciler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *'
env:
GO_VERSION: '1.23'
permissions:
permissions:
contents: read

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
GO_VERSION: '1.23'
NIX_VERSION: '2.22.1'
permissions:
permissions:
contents: read
jobs:
build:
Expand Down

0 comments on commit 079f92e

Please sign in to comment.