Skip to content

Unclear output from action. #81

@PaulRudin

Description

@PaulRudin

I have an action that invokes as follows:

      - name: Deploy Fastly Compute
        uses: fastly/compute-actions@v11
        with:
          token: ${{ env.FASTLY_API_TOKEN }}
          service_id: ${{ env.FASTLY_SERVICE_ID }}
          project_directory: fastly

this runs fine,

but the output from the action is:

Run fastly/compute-actions@v11
/opt/hostedtoolcache/fastly/11.4.0/x64/fastly version
Fastly CLI version v11.4.0 (f42c8033)
Built with go version go1.24.4 linux/amd64 (2025-08-12)
/opt/hostedtoolcache/fastly/11.4.0/x64/fastly compute build --non-interactive
IMPORTANT: The Fastly CLI is configured to collect data related to Wasm builds (e.g. compilation times, resource usage,
and other non-identifying data). To learn more about what data is being collected, why, and how to disable it:
https://www.fastly.com/documentation/reference/cli

| Verifying fastly.toml...
✓ Verifying fastly.toml
| Fetching latest wasm-tools release...
/ Fetching latest wasm-tools release...
- Fetching latest wasm-tools release...
✓ Fetching latest wasm-tools release
| Identifying package name...
✓ Identifying package name
| Identifying toolchain...
✓ Identifying toolchain
| Running [scripts.build]...
/ Running [scripts.build]...
- Running [scripts.build]...
✓ Running [scripts.build]
| Creating package archive...
/ Creating package archive...
- Creating package archive...
✓ Creating package archive

SUCCESS: Built package (pkg/games-compute-service.tar.gz)

So whilst it mentions building it doesn't say anything about deploying. Checking the relevant service I can see that the package was deployed, but it would be nice if the action's output printed something to that effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions