Skip to content

Commit b56075e

Browse files
committed
Fixed clippy target and yaml in deploy
1 parent 90be808 commit b56075e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: "Environment Setup"
1818
uses: ./.github/base
1919
- name: "Lint Codebase"
20-
run: cargo clippy -- --deny warnings --target=$BUILD_TARGET
20+
run: cargo clippy -- --deny warnings

.github/workflows/deploy.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: fastly/compute-actions/build@v7
2020
with:
2121
verbose: true # optionally enables verbose output, defaults to false
22-
- name: Deploy Compute Package
23-
uses: fastly/compute-actions/deploy@v7
24-
with:
25-
comment: 'Deployed via GitHub Actions' # optional
26-
env:
27-
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
28-
22+
- name: Deploy Compute Package
23+
uses: fastly/compute-actions/deploy@v7
24+
with:
25+
comment: 'Deployed via GitHub Actions' # optional
26+
env:
27+
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
28+

0 commit comments

Comments
 (0)