Skip to content

Commit

Permalink
ci: [debug] downgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain authored Jun 25, 2021
1 parent 6ff665c commit b18dc0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(fromJson('["bug", "enhancement"]'), github.event.label.name)
steps:
- uses: alex-page/github-project-automation-plus@v0.7.1
- uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: Blog bugs & todos
column: To do
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.label.name == '@WIP'
steps:
- uses: alex-page/github-project-automation-plus@v0.7.1
- uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: Post Process
column: To do
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.label.name == '@post'
steps:
- uses: alex-page/github-project-automation-plus@v0.7.1
- uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: Post Process
column: Done
Expand Down

0 comments on commit b18dc0d

Please sign in to comment.