Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix: job names in delete workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 9, 2023
1 parent 90d2e64 commit 562a525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delete-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ on:

jobs:
dispatch:
name: Create PRs
name: Delete workflow
runs-on: ubuntu-latest
steps:
- name: Create PRs
- name: Delete workflow
env:
DRY_RUN: ${{ github.event.inputs.dry-run || 'true' }}
PATH: ${{ github.event.inputs.path }}
PATH: ${{ github.event.inputs.path || '.github/workflows/automerge.yml' }}
uses: actions/github-script@v6
with:
github-token: ${{ secrets.WEB3_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit 562a525

Please sign in to comment.