Adding better comments

This commit is contained in:
DaanV2
2024-02-11 12:10:43 +01:00
parent 608e310ca3
commit 8ee540753f

View File

@@ -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