Skip to content

Actions: Update sellers date #71

Actions: Update sellers date

Actions: Update sellers date #71

Workflow file for this run

name: Sellers.json validation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
path: ads
- uses: actions/checkout@v3
id: validate-json
with:
path: ads
- run: |
cat sellers.json | jq -e
- uses: actions/checkout@v3
id: json-timestamp
with:
path: ads
- run: |
cat sellers.json | jq '.ext.last_updated = (now | todate)' > sellers.json