We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d894eb6 commit 0178e3cCopy full SHA for 0178e3c
1 file changed
.github/workflows/pull-requests.yml
@@ -10,12 +10,13 @@ on:
10
jobs:
11
PullRequests:
12
name: Pull Requests
13
- uses: 51Degrees/common-ci/.github/workflows/nightly-pull-requests.yml@main
+ uses: 51Degrees/common-ci/.github/workflows/nightly-pull-requests.yml@prefetch-assets
14
with:
15
repo-name: ${{ github.event.repository.name }}
16
org-name: ${{ github.event.repository.owner.login }}
17
dryrun: ${{ inputs.dryrun || false }}
18
cache-assets: true
19
+ common-ci-ref: prefetch-assets
20
secrets:
21
token: ${{ secrets.ACCESS_TOKEN }}
22
DeviceDetection: ${{ secrets.DEVICE_DETECTION_KEY }}
0 commit comments