Skip to content

Commit

Permalink
Merge branch 'main' of github.com:octue/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Dec 11, 2024
2 parents ce54253 + 839966d commit cae560c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloud-run-django-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Get deployment info
id: get-deployment-info
uses: octue/get-deployment-info@0.3.3
uses: octue/get-deployment-info@0.3.4
with:
gcp_project_name: ${{ inputs.gcp_project_name }}
gcp_project_number: ${{ inputs.gcp_project_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloud-run-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Get deployment info
id: get-deployment-info
uses: octue/get-deployment-info@0.3.3
uses: octue/get-deployment-info@0.3.4
with:
gcp_project_name: ${{ inputs.gcp_project_name }}
gcp_project_number: ${{ inputs.gcp_project_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-django-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Get deployment info
id: get-deployment-info
uses: octue/get-deployment-info@0.3.3
uses: octue/get-deployment-info@0.3.4
with:
gcp_project_name: ${{ inputs.gcp_project_name }}
gcp_project_number: ${{ inputs.gcp_project_number }}
Expand Down

0 comments on commit cae560c

Please sign in to comment.