Skip to content

Commit

Permalink
Fix: typo while updating workflows (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Jan 27, 2024
1 parent b3b8c78 commit 8750b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rw-eints-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
app_id: ${{ secrets.EINTS_APP_ID }}
private_key: ${{ secrets.EINTS_APP_PRIVATE_KEY }}
installation_retrieval_mode: "repository"
installation_retrieval_payload ${{ inputs.repository }}
installation_retrieval_payload: ${{ inputs.repository }}

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8750b91

Please sign in to comment.