Skip to content

Commit a022a52

Browse files
authored
Merge pull request #1059 from OneSignal/fg/issues-proj-2
Fix Github Project Workflow Action
2 parents cea68b2 + 0d84bb5 commit a022a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Add issue to project
13-
uses: github/add-to-project-action@v1
13+
uses: actions/add-to-project@v1
1414
with:
1515
# SDK Cross-Platform Project
1616
project-url: https://github.com/orgs/OneSignal/projects/10

0 commit comments

Comments
 (0)