Skip to content

Commit

Permalink
chore: update .github/workflows/periodic-reporter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-foundation-bot committed Dec 8, 2023
1 parent 9b44019 commit 64a1c2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/periodic-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# NOTE: This file is automatically generated from:
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/modules/workflow_files/periodic-reporter.yaml

name: 'reporter'

on:
Expand All @@ -28,7 +31,7 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: 'actions/github-script@v6'
- uses: 'actions/github-script@v7'
with:
script: |-
// label for all issues opened by reporter
Expand Down

0 comments on commit 64a1c2d

Please sign in to comment.