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 73003b1 commit 51db6d2Copy full SHA for 51db6d2
1 file changed
.github/workflows/devindex-updater.yml
@@ -32,6 +32,12 @@ jobs:
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
+ - name: Pull latest changes
36
+ run: |
37
+ git config --global user.name "github-actions[bot]"
38
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
39
+ git pull origin dev --rebase
40
+
41
- name: Commit and Push Changes
42
uses: stefanzweifel/git-auto-commit-action@v5
43
with:
0 commit comments