From bd1a2f57517aedf5def1d07a8f0c040ad223c3f8 Mon Sep 17 00:00:00 2001 From: John Guan Date: Mon, 8 Aug 2022 15:40:43 +0800 Subject: [PATCH] Update move_issue_to_project.yml --- .github/workflows/move_issue_to_project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/move_issue_to_project.yml b/.github/workflows/move_issue_to_project.yml index a30313f..4d4069c 100644 --- a/.github/workflows/move_issue_to_project.yml +++ b/.github/workflows/move_issue_to_project.yml @@ -1,4 +1,4 @@ -name: Move Issue To Project +name: Move Issues To Projects on: issues: @@ -6,7 +6,7 @@ on: - opened jobs: - build: + move-issues: runs-on: ubuntu-latest steps: - name: Generate token