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 0c68572 commit ea68d98Copy full SHA for ea68d98
.github/workflows/build-ngwaf-compute-integration.yaml
@@ -8,13 +8,13 @@ jobs:
8
- uses: actions/checkout@v3
9
10
- name: Set up Fastly CLI
11
- uses: fastly/compute-actions/setup@v8
+ uses: fastly/compute-actions/setup@latest
12
with:
13
- cli_version: '10.14.1' # optional, defaults to 'latest'
+ # cli_version: '10.14.1' # optional, defaults to 'latest'
14
token: ${{ secrets.GITHUB_TOKEN }}
15
16
- name: Build Compute Package
17
- uses: fastly/compute-actions/build@v8
+ uses: fastly/compute-actions/build@latest
18
19
verbose: true # optionally enables verbose output, defaults to false
20
project_directory: ./ngwaf-compute-integration
0 commit comments