Skip to content

Commit

Permalink
Update regenerate-schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SonQBChau committed Nov 29, 2023
1 parent 73e4be9 commit d5f82f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regenerate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
file_pattern: 'chord_metadata_service/mohpackets/docs/schema.json'
commit_message: Regenerate schema.json

- name: Get latest commit SHA
run: echo "::set-output name=commit_sha::$(git rev-parse HEAD)"
- name: Check out repo
uses: actions/checkout@v4

- name: Use the commit SHA
run: echo "The latest commit SHA is ${{ steps.get_sha.outputs.commit_sha }}"
run: echo "The latest commit SHA is ${{ github.head_ref }}"

# - name: Commit and push changes to schema.json
# uses: actions/github-script@v6
Expand Down

0 comments on commit d5f82f2

Please sign in to comment.