We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0740094 commit dec2217Copy full SHA for dec2217
.github/workflows/update-submodules.yml
@@ -7,8 +7,10 @@ on:
7
8
jobs:
9
run:
10
- name: Update submodules
+ name: Update submodules
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
steps:
15
- uses: actions/checkout@v4
16
with:
@@ -24,7 +26,7 @@ jobs:
24
26
git config user.name github-actions
25
27
git config user.email [email protected]
28
- name: Commit changes
- if: ${{ !!steps.submodules_updated.outputs.changed == true }}
29
+ if: ${{ steps.submodules_updated.outputs.changed == true }}
30
run: |
31
git add dfhack df-structures
32
git commit -m "Auto-update submodules"
0 commit comments