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 cb7fa58 commit 5ca88a7Copy full SHA for 5ca88a7
.github/workflows/github-actions-update-rules.yml
@@ -10,16 +10,16 @@ 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
- ref: ${{ github.event.client_payload.branch }}
+ - name: Git prep
+ run: |
+ git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
+ git fetch
+ git checkout ${{ github.event.client_payload.branch }}
23
- uses: actions/setup-python@v4
24
25
python-version: "3.10"
0 commit comments