Skip to content

Commit

Permalink
chore: update build-push-cft-devtools.yml (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Dec 27, 2023
1 parent 420373f commit 4ff839f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-push-cft-devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id-token: 'write'

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand All @@ -30,7 +30,6 @@ jobs:

- uses: google-github-actions/setup-gcloud@5a5f7b85fca43e76e53463acaa9d408a03c98d3a # v2.0.1
with:
version: "410.0.0"
project_id: ${{ env.PROJECT_ID }}

- name: Build
Expand All @@ -52,5 +51,5 @@ jobs:
repo: context.repo.repo,
title: 'build-push-dev-tools job failed',
body: 'Logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}',
assignee: 'bharathkkb'
assignees: ['bharathkkb','apeabody']
})

0 comments on commit 4ff839f

Please sign in to comment.