diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index fc2cab7..b92f024 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -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) }}