Skip to content

Commit 79b3c7d

Browse files
Update project URL in GitHub Actions workflow
1 parent fb3111d commit 79b3c7d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/add-issue-to-project.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ jobs:
1212
- name: Add Issue to Project
1313
uses: actions/add-to-project@v0.5.0
1414
with:
15-
# URL del tuo progetto GitHub (formato: https://github.com/users/USERNAME/projects/PROJECT_NUMBER)
16-
# oppure per progetti organization: https://github.com/orgs/ORG_NAME/projects/PROJECT_NUMBER
17-
project-url: https://github.com/users/YOUR_USERNAME/projects/1
15+
project-url: https://github.com/orgs/openapi-it/projects/15
1816
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)