We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3fabb commit c5961a3Copy full SHA for c5961a3
.github/workflows/github_app_installation_details.yaml
@@ -26,7 +26,7 @@ jobs:
26
pipenv install
27
- name: execute python program
28
env:
29
- ORGANIZATION: ${{ github.event.inputs.my_inputs.organization }}
+ ORGANIZATION: ${{ github.event.inputs.organization }}
30
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
31
run: |
32
pipenv run python3 list_all_github_app_in_org.py
0 commit comments