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

Commit

Permalink
fix(action): repo, context passed as parameters #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 5, 2020
1 parent 8bc6fd5 commit 5709874
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 @@ -11,5 +11,5 @@ jobs:
- uses: EddieJaoudeCommunity/gh-action-community@main
with:
github-token: ${{secrets.GITHUB_TOKEN}}
repo: ${{ github }}
context: ${{ context }}
repo: ${{ toJson(github) }}
context: ${{ toJson(context) }}

0 comments on commit 5709874

Please sign in to comment.