Skip to content

Commit

Permalink
Merge pull request #34 from kichristensen/addFetchDepth
Browse files Browse the repository at this point in the history
Add fetch depth
  • Loading branch information
schristoff committed Jun 11, 2024
2 parents 2f79054 + 3a61e11 commit b8c429a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/assign-to-project.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/gcloud-mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a mixin for Porter that provides the gcloud CLI.

[![Build Status](https://dev.azure.com/getporter/porter/_apis/build/status/gcloud-mixin?branchName=main)](https://dev.azure.com/getporter/porter/_build/latest?definitionId=7&branchName=main)
[![porter/gcloud-mixin](https://github.com/getporter/gcloud-mixin/actions/workflows/gcloud-mixin.yml/badge.svg)](https://github.com/getporter/gcloud-mixin/actions/workflows/gcloud-mixin.yml)

<img src="https://porter.sh/images/mixins/google.png" align="right" width="150px"/>

Expand Down

0 comments on commit b8c429a

Please sign in to comment.