Skip to content

Commit

Permalink
Merge pull request #12 from trodge/force-test-run
Browse files Browse the repository at this point in the history
Update data_source_pubsub_subscription.go
  • Loading branch information
trodge authored Sep 5, 2024
2 parents f33f899 + 75b1d15 commit e030fb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/request-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2
with:
repository: trodge/magic-modules
ref: force-test-run
- name: Checkout membership data from main branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2
with:
ref: main
path: .
repository: trodge/magic-modules
ref: force-test-run
path: .ci/magician/github/membership_data.go
sparse-checkout: |
.ci/magician/github/membership_data.go
sparse-checkout-cone-mode: false
Expand All @@ -41,6 +45,7 @@ jobs:
- name: Build magician
run: |
cd .ci/magician
ls
go build .
- name: Request reviewer
run: .ci/magician/magician request-reviewer ${{ github.event.pull_request.number || github.event.issue.number }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package pubsub

// Force test run.

import (
"fmt"

Expand Down

0 comments on commit e030fb7

Please sign in to comment.