Skip to content

Commit

Permalink
Make actionlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Sep 20, 2024
1 parent 0a4baa7 commit ae709af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/clean-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
}
}
}
owner: ${{ inputs.owner }}
name: ${{ inputs.repo }}
pr: ${{ inputs.pr }}
variables: |
owner: ${{ inputs.owner }}
name: ${{ inputs.repo }}
pr: ${{ inputs.pr }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/pr-security-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
}
}
}
owner: ${{ github.event.repository.owner.login }}
name: ${{ github.event.repository.name }}
pr: ${{ github.event.pull_request.number }}
variables: |
owner: ${{ github.event.repository.owner.login }}
name: ${{ github.event.repository.name }}
pr: ${{ github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ae709af

Please sign in to comment.