mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Rename issue workflow and job
This commit is contained in:
parent
f4e6269765
commit
b2645622e9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/issues.yml
vendored
4
.github/workflows/issues.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Add issues to workers-sdk GH project
|
||||
name: Issue
|
||||
|
||||
on:
|
||||
issues:
|
||||
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project
|
||||
name: Add issue to workers-sdk GH project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.5.0
|
||||
|
|
Loading…
Reference in a new issue