Skip to content

Commit

Permalink
Update build-ngwaf-compute-integration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksCunningham authored Feb 7, 2025
1 parent 4b766a9 commit 3f5c0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ngwaf-compute-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Fastly CLI
uses: fastly/compute-actions/setup@latest
uses: fastly/compute-actions/setup@v11
with:
# cli_version: '10.14.1' # optional, defaults to 'latest'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build Compute Package
uses: fastly/compute-actions/build@latest
uses: fastly/compute-actions/build@v11
with:
verbose: true # optionally enables verbose output, defaults to false
project_directory: ./ngwaf-compute-integration

0 comments on commit 3f5c0b6

Please sign in to comment.