Skip to content

Commit

Permalink
Update update_members.yml (#331)
Browse files Browse the repository at this point in the history
Following the update

Signed-off-by: Andrey Kozlov <l-2732@yandex.ru>
  • Loading branch information
AndreyKozlov1984 committed May 2, 2024
1 parent 4e4b9af commit 8172300
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/update_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,37 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout landscape
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: landscape
- name: Checkout landscape-tools
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jmertic/landscape-tools
path: landscape-tools
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r landscape-tools/requirements.txt
pip install --no-deps --require-hashes -r landscape-tools/requirements.txt
- name: Run build
working-directory: ./landscape
run: |
../landscape-tools/landscapemembers.py
- name: Save missing.csv file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: missing-members
path: ./landscape/missing.csv
- name: Checkout landscapeapp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cncf/landscapeapp
path: landscapeapp2
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
- name: cleanup yml files
Expand All @@ -58,7 +57,7 @@ jobs:
mv l landscape.yml
git add landscape.yml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
branch-suffix: timestamp
Expand Down

0 comments on commit 8172300

Please sign in to comment.