We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760f858 commit e3f4f12Copy full SHA for e3f4f12
.github/workflows/normalize_repos.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
24
- name: Install app dependencies
25
- run: |
+ run: |
26
pipenv sync
27
- name: Run script with token in env
28
run: |
0 commit comments