Skip to content

Commit

Permalink
style: cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Mar 26, 2024
1 parent 37ad431 commit 5c7535e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/allo-allo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
allo-allo:
if: "github.repository == inputs.target-repo"
name: "The welcome bot"
runs-on: ubuntu-latest
runs-on: "ubuntu-latest"

steps:
- name: "AlloAllo"
Expand Down
2 changes: 1 addition & 1 deletion workflow/set-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: "set-default-labels"

on:
on: # yamllint disable-line rule:truthy
workflow_call:
inputs:
target-repo:
Expand Down

0 comments on commit 5c7535e

Please sign in to comment.