mirror of
https://github.com/jimeh/update-tags-action.git
synced 2026-02-19 01:26:40 +00:00
style(ci/dependabot-rebuild): apply prettier formatting to workflow YAML (#77)
This commit is contained in:
3
.github/workflows/dependabot-rebuild.yml
vendored
3
.github/workflows/dependabot-rebuild.yml
vendored
@@ -12,7 +12,8 @@ permissions:
|
||||
jobs:
|
||||
rebuild:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' && github.event.sender.login == 'dependabot[bot]' }}
|
||||
if: |-
|
||||
${{ github.actor == 'dependabot[bot]' && github.event.sender.login == 'dependabot[bot]' }}
|
||||
steps:
|
||||
- name: Generate app token
|
||||
id: app-token
|
||||
|
||||
Reference in New Issue
Block a user