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

Commit

Permalink
fix(fork): use develop branch for now #25
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 6, 2020
1 parent 9975d52 commit 62c19d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: EddieJaoudeCommunity/gh-action-community@main
- uses: EddieJaoudeCommunity/gh-action-community@develop
if: ${{ github.repository_owner == 'EddieJaoudeCommunity' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -24,7 +24,7 @@ jobs:
stats:
runs-on: ubuntu-latest
steps:
- uses: EddieJaoudeCommunity/gh-action-community@main
- uses: EddieJaoudeCommunity/gh-action-community@develop
if: ${{ github.repository_owner == 'EddieJaoudeCommunity' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 62c19d9

Please sign in to comment.