From 7cf6523e4070a2d22f0164b0228b30a580dd79dc Mon Sep 17 00:00:00 2001 From: paulzierep Date: Tue, 28 Nov 2023 12:15:17 +0100 Subject: [PATCH] updat CI --- .github/workflows/fetch_all_tools.yaml | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/fetch_all_tools.yaml b/.github/workflows/fetch_all_tools.yaml index c7aba225..b50a9e0f 100644 --- a/.github/workflows/fetch_all_tools.yaml +++ b/.github/workflows/fetch_all_tools.yaml @@ -17,7 +17,7 @@ permissions: jobs: fetch-all-tools-stepwise: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: Fetch all tool stepwise strategy: matrix: @@ -28,26 +28,26 @@ jobs: - repositories03.list - repositories04.list 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 - run: | - git config user.name github-actions - git config user.email github-actions@github.com - git add results - git commit -m "fetch all tools bot" - git push + - 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 + bash ./bin/extract_all_tools.sh "${{ matrix.subset }}" + env: + GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }} + - name: Commit all tools + run: | + git config user.name github-actions + git config user.email github-actions@github.com + git add results + git commit -m "fetch all tools bot" + git push fetch-all-tools-merge: runs-on: ubuntu-latest name: Fetch all tools merge