mirror of
https://github.com/imjasonh/gcp-metrics-action
synced 2026-07-20 13:00:06 +00:00
fix logs
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
a58e321dcc
commit
9c77a30876
3 changed files with 42 additions and 28 deletions
4
.github/workflows/use-action.yaml
vendored
4
.github/workflows/use-action.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Example Workflow with Metrics
|
||||
name: Use Action
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
actions: read
|
||||
actions: read # To view this workflow's metadata and logs
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue