mirror of
https://github.com/imjasonh/gcp-metrics-action
synced 2026-07-20 21:09:56 +00:00
commit
3bbcd823ef
1 changed files with 3 additions and 0 deletions
3
.github/workflows/use-action.yaml
vendored
3
.github/workflows/use-action.yaml
vendored
|
|
@ -17,6 +17,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# For pull_request_target, checkout the PR head to test the PR's code
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue