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

Commit

Permalink
fix: after changes to org name (#62)
Browse files Browse the repository at this point in the history
* update to EddieHubCommunity

* update to EddieHubCommunity

* update to EddieHubCommunity
  • Loading branch information
schmelto authored Feb 3, 2021
1 parent 9e5d102 commit 63b7946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Example usage (you can change the replies for `issue-message` and `pr-message`)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieJaoudeCommunity/gh-action-community/src/welcome@main
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>It''s great having you contribute to this project</h1> Feel free to raise an <strong>Issue</strong>! Welcome to the community :nerd_face:'
Expand All @@ -38,7 +38,7 @@ This GitHub Action will log statistics of user activity to Firestore DB (Firebas
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieJaoudeCommunity/gh-action-community/src/statistics@main
- uses: EddieHubCommunity/gh-action-community/src/statistics@main
if: ${{ <expression> }}
with:
firebase-key: ${{ secrets.FIREBASE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion src/statistics/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Eddie Jaoude Community Statistic Action'
name: 'EddieHubCommunity Statistic Action'
description: 'Record community activity to be used for badges'
inputs:
firebase-key:
Expand Down
2 changes: 1 addition & 1 deletion src/welcome/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Eddie Jaoude Community Welcome Action'
name: 'EddieHubCommunity Welcome Action'
description: 'Welcome message on new Issues and Pull Requests'
inputs:
github-token:
Expand Down

0 comments on commit 63b7946

Please sign in to comment.