|
|
@ -20,7 +20,7 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest-16-cores
|
|
|
|
runs-on: ubuntu-latest-16-cores
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout source code
|
|
|
|
- name: Checkout source code
|
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
|
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
|
|
|
|
|
|
|
@ -79,7 +79,7 @@ jobs:
|
|
|
|
if: github.ref == 'refs/heads/main'
|
|
|
|
if: github.ref == 'refs/heads/main'
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout source code
|
|
|
|
- name: Checkout source code
|
|
|
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
|
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@v5.0.0
|
|
|
|
|
|
|
|
|
|
|
|
- name: Add variables to environment file
|
|
|
|
- name: Add variables to environment file
|
|
|
|
run: cat ".github/env" >> "$GITHUB_ENV"
|
|
|
|
run: cat ".github/env" >> "$GITHUB_ENV"
|
|
|
|