Skip to content

Commit

Permalink
decided to use python. just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-podhead committed Aug 4, 2024
1 parent a416512 commit c0dc9dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/galaxy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
permissions: write-all

steps:
- name: test
run: |
python ./utils/python/parse_json.py ./plugin_requirements.json
- name: Checkout repository
uses: actions/checkout@v2

- name: test
run: |
python ./utils/python/parse_json.py ./plugin_requirements.json
- name: Get current commit ID
run: echo "COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV

Expand Down

0 comments on commit c0dc9dc

Please sign in to comment.