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 15d6a85 commit 9179870Copy full SHA for 9179870
.github/workflows/github-actions-update-rules.yml
@@ -10,16 +10,12 @@ jobs:
10
strategy:
11
fail-fast: false
12
steps:
13
- - name: Git prep
14
- run: |
15
- git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
16
- git fetch
17
- name: Check out repository code recursively
18
uses: actions/checkout@v3
19
with:
20
submodules: recursive
21
fetch-depth: 0
22
- - name: Git prep step
+ - name: Git prep
23
run: |
24
git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
25
git fetch
0 commit comments