Skip to content

Commit

Permalink
Update app app to version v0.12.4-11-gc1aa4cb
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Oct 30, 2024
1 parent 42363be commit ecc59f5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy App
name: Deploy app
# Need to set a default value for when the workflow is triggered from a git push
# which bypasses the default configuration for inputs
run-name: Deploy ${{ inputs.version || 'main' }} to App ${{ inputs.environment || 'dev' }}
run-name: Deploy ${{inputs.version || 'main' }} to app ${{ inputs.environment || 'dev' }}

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-pr-environment-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI App PR Environment Checks
name: CI app PR Environment Checks
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-pr-environment-destroy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI App PR Environment Destroy
name: CI app PR Environment Destroy
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-vulnerability-scans.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Vulnerability Scans
name: CI Vulnerability Scans - app

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/app-app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changes here will be overwritten by Copier
_commit: v0.12.4-7-g3f649ef
_commit: v0.12.4-11-gc1aa4cb
_src_path: https://github.com/navapbc/template-infra
app_name: app

0 comments on commit ecc59f5

Please sign in to comment.