Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit b4f7d28

Browse files
committed
remove dash on uses
1 parent 12f68a8 commit b4f7d28

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/add_admin_to_project.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Add add issues to project
2-
32
on:
43
issues:
54
types: [opened, edited]

.github/workflows/add_conference_to_project_and_close.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Add conference issue to project
13-
- uses: actions/[email protected]
13+
uses: actions/[email protected]
1414
with:
1515
# You can target a repository in a different organization
1616
# to the issue
@@ -24,7 +24,4 @@ jobs:
2424
run: gh issue comment $ISSUE --body "Thank you for adding this event! \n We'll happily consider it for the next episode. \n\n The Issue autocloses but we'll be reviewing it at https://github.com/users/kjaymiller/projects/4/views/3" && gh issue close $ISSUE
2525
env:
2626
ISSUE: ${{ github.event.issue.html_url }}
27-
GITHUB: ${{ secrets.ADD_TO_PROJECT_PAT }}
28-
29-
30-
27+
GITHUB: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)