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 c0f2229 commit 4828852Copy full SHA for 4828852
.github/workflows/lock-dependency.yml
@@ -99,6 +99,8 @@ jobs:
99
path: gemfiles
100
pattern: lock-dependency-${{ github.run_id }}-*
101
merge-multiple: true
102
+ - name: Stage changes # Since ghcommit-action does not pick up unstaged files
103
+ run: git add gemfiles
104
- run: git diff --color=always
105
- name: Commit changes
106
uses: planetscale/ghcommit-action@f24050e41f8694750427d111b52f4ef9ca81a32d # v0.2.18
0 commit comments