google-github-actions / run-vertexai-notebook

A GitHub Action for running a Google Cloud Vertex AI notebook.
https://cloud.google.com/vertex-ai
Apache License 2.0
20 stars 9 forks source link

fix: updated example workflow to perform a checkout #21

Closed bradegler closed 1 year ago

bradegler commented 1 year ago

The current example was missing a step that called actions/checkout which caused the run-vertexai-notebook action to fail since it could not find any of the source files.

This fixes #20