Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Nov 28, 2023
1 parent 071f01b commit e2586df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fetch_all_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install requirement
run: python -m pip install -r requirements.txt
- name: Run script
# run: bash bin/extract_all_tools.sh
run: |
'ls -la'
'bash ./bin/extract_all_tools.sh "${{ matrix.subset }}"'
env:
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
- name: Commit all tools
- name: Commit all tools
run: |
git config user.name github-actions
git config user.email [email protected]
Expand Down
Empty file modified bin/extract_all_tools.sh
100644 → 100755
Empty file.

0 comments on commit e2586df

Please sign in to comment.