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

Commit

Permalink
fix(multiple): Checkout code #25
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 6, 2020
1 parent add133a commit ee477be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./src/welcome
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,6 +26,7 @@ jobs:
statistics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./src/statistics
if: ${{ github.repository_owner == 'EddieJaoudeCommunity' }}
with:
Expand Down

0 comments on commit ee477be

Please sign in to comment.