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 8cbc346 commit 4e2abe4Copy full SHA for 4e2abe4
2 files changed
.github/workflows/copyright.yml
@@ -27,7 +27,7 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- name: Checkout head branch from PR
29
if: ${{ fromJSON(steps.issue_info.outputs.data).pull_request }}
30
- uses: actions/checkout@v2.2.0
+ uses: actions/checkout@v2
31
with:
32
repository: ${{ fromJSON(steps.pr_info.outputs.data).head.repo.full_name }}
33
ref: ${{ fromJSON(steps.pr_info.outputs.data).head.ref }}
.github/workflows/create-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@master
15
16
ref: ${{ github.event.ref }}
17
fetch-depth: 0
0 commit comments