Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3942 from kdaily/add-deprecation-infra
Browse files Browse the repository at this point in the history
fix indent issues with open and close issue messages
  • Loading branch information
kdaily committed May 13, 2022
2 parents fdb5882 + 4e8fd66 commit 70c65b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/open_issue_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: aws-actions/closed-issue-message@v1
with:
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/open_pr_message.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Open Issue Message
name: Open PR Message
on:
pull_request:
types: [opened]
Expand All @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: aws-actions/closed-issue-message@v1
with:
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
Expand Down

0 comments on commit 70c65b4

Please sign in to comment.