Skip to content

Commit 6999f32

Browse files
authored
Update project number in workflow configuration
1 parent 95108fe commit 6999f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
# Set these to match your environment.
1919
GITHUB_USER: pynip
2020
# Replace with the numeric project number for "Virtualization Studio ARM macOS"
21-
PROJECT_NUMBER: 3 # <-- UPDATE this after creating the project
21+
PROJECT_NUMBER: 1 # <-- UPDATE this after creating the project
2222
# Status names expected in the project's single-select Status field
2323
STATUS_TODO_NAME: "To do"
2424
STATUS_INPROGRESS_NAME: "In Progress"

0 commit comments

Comments
 (0)