Adding better comments
This commit is contained in:
11
.github/workflows/compress-json-schemas.yml
vendored
11
.github/workflows/compress-json-schemas.yml
vendored
@@ -22,7 +22,14 @@ jobs:
|
||||
- name: 📦 Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Compress Json
|
||||
- name: ⌛ Get Time
|
||||
id: time
|
||||
uses: nanzm/get-time-action@v2.0
|
||||
with:
|
||||
timeZone: 8
|
||||
format: "YYYY-MM-DD"
|
||||
|
||||
- name: 💾 Compress Json
|
||||
uses: DaanV2/Json-Schema-Action-Compression@v2.1
|
||||
with:
|
||||
specificationFile: "${{github.workspace}}/source/compress_specification.json"
|
||||
@@ -34,5 +41,5 @@ jobs:
|
||||
git config --global user.email "orbi@blockception.com"
|
||||
git config --global user.name "Orbi-bot"
|
||||
git add .
|
||||
git commit -m "auto: Generated Json Schemas"
|
||||
git commit -m "auto: generated json schemas ${{ steps.time.outputs.time }}"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user