Skip to content

Commit

Permalink
More escape characters adventures
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 16, 2023
1 parent a751b67 commit dbf2e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
BASE=${d%/*}
VERSION=${BASE##*/}
PACKAGE=${BASE%/*}
echo "{"package": "$PACKAGE", "major_tag": "$VERSION"},"
echo "{\"package\": \"$PACKAGE\", \"major_tag\": \"$VERSION\"},"
done
echo "]"
)
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
include: ${{ needs.scrub.outputs.json }}
include: ${{ fromJSON(needs.scrub.outputs.json) }}
# include: [ {"package": "bitnami/postgresql", "major_tag": "12"}, {"package": "bitnami/postgresql", "major_tag": "13"}, {"package": "bitnami/postgresql", "major_tag": "14"}, {"package": "bitnami/postgresql", "major_tag": "15"}, {"package": "bitnami/postgresql", "major_tag": "16"} ]
timeout-minutes: 10
steps:
Expand Down

0 comments on commit dbf2e0b

Please sign in to comment.