We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c5886 commit 707b5e1Copy full SHA for 707b5e1
2 files changed
.github/workflows/auto-assign-to-project.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Assign to "Backlog" Project
13
steps:
14
- name: Assign NEW issues and NEW pull requests to global project "Backlog" (1)
15
- uses: actions/add-to-project@main
+ uses: actions/add-to-project@v1.0.2
16
with:
17
project-url: https://github.com/users/Blackjacx/projects/1
18
github-token: ${{ secrets.ACCESS_TOKEN }}
.github/workflows/test.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Build for macOS
26
run: swift build -v
27
- name: Run Tests for macOS
28
- run: swift test -v
+ run: swift test -v
0 commit comments