Skip to content

Commit

Permalink
Update update-table-reference.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB authored Sep 12, 2024
1 parent adf9eb3 commit c950962
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-table-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ jobs:
- uses: actions/checkout@v4
with:
ref: truongquang-test

- uses: actions/setup-python@v5
with:
python-verision: '3.12'

- name: Apply changes
shell: bash
run: |
ls
pip install GitPython
pip install request
cd java-test/update-table-reference
python -u -m updatereference --prNumber=861
Expand Down

0 comments on commit c950962

Please sign in to comment.