Ver código fonte

Update move_issue_to_project.yml

John Guan 3 anos atrás
pai
commit
bd1a2f5751
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/move_issue_to_project.yml

+ 2 - 2
.github/workflows/move_issue_to_project.yml

@@ -1,4 +1,4 @@
-name: Move Issue To Project
+name: Move Issues To Projects
 
 
 on:
 on:
   issues:
   issues:
@@ -6,7 +6,7 @@ on:
       - opened
       - opened
 
 
 jobs:
 jobs:
-  build:
+  move-issues:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Generate token
       - name: Generate token