Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 18, 2024
2 parents 3c58946 + a280b2d commit 191fd46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,12 @@ jobs:
- name: Clone DFHack
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.DFHACK_GITHUB_TOKEN }}
- name: Update ref
run: |
git submodule update --init --no-single-branch library/xml
cd library/xml
git checkout ${{ inputs.structures_ref }}
git pull --ff-only
- name: Commit ref update
uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit
Expand Down

0 comments on commit 191fd46

Please sign in to comment.