Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# deploy-cloud-functions

This action deploys your function source code to [Cloud Functions](cloud-functions) and makes the URL
This action deploys your function source code to [Cloud Functions](https://cloud.google.com/functions/?hl=en) and makes the URL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be

Suggested change
This action deploys your function source code to [Cloud Functions](https://cloud.google.com/functions/?hl=en) and makes the URL
This action deploys your function source code to [Cloud Functions][cloud-functions] and makes the URL

available to later build steps via outputs.

**This GitHub Action is _declarative_, meaning it will overwrite any values on
Expand Down