You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Fetch country names with corresponding iso
run: |
python var/country_list.py
- name: Show differences
run: |
git diff --stat
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update tool/resource_list.yaml
title: 'Automatic tool/resource-list update'
body: |
This PR is automatically generated based on changes in the main_tool_and_resource_list.csv file or based on new links made between the tool table and TeSS.
Please verify if these changes are valid.
labels: |
automatic PR
reviewers: bedroesb
branch: updates
base: main
- name: Check output
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"