Skip to content

Commit 707b5e1

Browse files
committed
chore: sync GH actions
1 parent 23c5886 commit 707b5e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-assign-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Assign to "Backlog" Project
1313
steps:
1414
- name: Assign NEW issues and NEW pull requests to global project "Backlog" (1)
15-
uses: actions/add-to-project@main
15+
uses: actions/add-to-project@v1.0.2
1616
with:
1717
project-url: https://github.com/users/Blackjacx/projects/1
1818
github-token: ${{ secrets.ACCESS_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Build for macOS
2626
run: swift build -v
2727
- name: Run Tests for macOS
28-
run: swift test -v
28+
run: swift test -v

0 commit comments

Comments
 (0)