Skip to content

Commit 816d5d5

Browse files
committed
Update Actions
1 parent f9cad81 commit 816d5d5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/close.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v2.4.0
1111
- name: Create or Update Project Card
12-
uses: peter-evans/create-or-update-project-card@v1
12+
uses: peter-evans/create-or-update-project-card@v1.1.4
1313
with:
1414
token: ${{ secrets.METRICS_TOKEN }}
15+
project-location: Pokemon-PythonRed
1516
project-number: 2
1617
column-name: Closed

.github/workflows/open.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v2.4.0
1111
- name: Create or Update Project Card
12-
uses: peter-evans/create-or-update-project-card@v1
12+
uses: peter-evans/create-or-update-project-card@v1.1.4
1313
with:
1414
token: ${{ secrets.METRICS_TOKEN }}
15+
project-location: Pokemon-PythonRed
1516
project-number: 2
1617
column-name: Open

0 commit comments

Comments
 (0)