Tweaking PR creation step (csv and awk).
This commit is contained in:
@@ -20,10 +20,7 @@ jobs:
|
||||
uri: 'https://gitea.com/gitea/tea/releases/download/v0.9.2/tea-0.9.2-linux-amd64'
|
||||
name: 'tea'
|
||||
version: '0.9.2'
|
||||
|
||||
- name: Install yq
|
||||
uses: dcarbone/install-yq-action@v1
|
||||
|
||||
|
||||
- name: Check if PR exists & Create
|
||||
id: list-prs
|
||||
run: |
|
||||
@@ -134,6 +131,8 @@ jobs:
|
||||
services_list=$(yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml)
|
||||
echo "SERVICES_LIST=${services_list}" >> $GITHUB_ENV
|
||||
|
||||
- run: echo "${{ env.SERVICES_LIST }}"
|
||||
|
||||
- name: Regenerate README
|
||||
uses: VisualBean/reactive-readme@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user