Skip to content

Commit

Permalink
Adding better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Feb 11, 2024
1 parent 608e310 commit 8ee5407
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/compress-json-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ jobs:
- name: 📦 Checkout Repository
uses: actions/checkout@v4

- name: Compress Json
- name: ⌛ Get Time
id: time
uses: nanzm/[email protected]
with:
timeZone: 8
format: "YYYY-MM-DD"

- name: 💾 Compress Json
uses: DaanV2/[email protected]
with:
specificationFile: "${{github.workspace}}/source/compress_specification.json"
Expand All @@ -34,5 +41,5 @@ jobs:
git config --global user.email "[email protected]"
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

0 comments on commit 8ee5407

Please sign in to comment.