This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 297e483 fix invalid YAML syntax in (broken) GitHub Action
297e483 is described below
commit 297e4837420f707a4fb2d31b677ad6872bb1c115
Author: Michael Vorburger <[email protected]>
AuthorDate: Mon May 11 20:59:56 2020 +0200
fix invalid YAML syntax in (broken) GitHub Action
---
.github/workflows/first-interaction.yml | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/first-interaction.yml
b/.github/workflows/first-interaction.yml
index a297299..79f91e3 100644
--- a/.github/workflows/first-interaction.yml
+++ b/.github/workflows/first-interaction.yml
@@ -6,8 +6,13 @@ jobs:
greeting:
runs-on: ubuntu-latest
steps:
- - uses: actions/first-interaction@v1
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- # issue-message: 'Message that will be displayed on users'' first
issue'
- pr-message: 'Welcome to Apache Fineract!! Have you read
https://github.com/apache/fineract/#pull-requests? Already subscribed to our
mailing list by sending an (empty) email to [email protected]?
Created your JIRA account on https://issues.apache.org/jira/projects/FINERACT/?
Played with our server at https://www.fineract.dev? We're very excited to
have you onboard contributing.'
+ - uses: actions/first-interaction@v1
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ pr-message: |
+ Welcome to Apache Fineract!!
+ Have you read https://github.com/apache/fineract/#pull-requests?
+ Already subscribed to our mailing list, by sending an (empty)
email to [email protected]?
+ Created your JIRA account on
https://issues.apache.org/jira/projects/FINERACT/?
+ Played with our server at https://www.fineract.dev?
+ We're very excited to have you onboard contributing.