Skip to content

Commit

Permalink
Better run-name, versioned staging builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Sep 24, 2024
1 parent 68de2e3 commit 873896c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-new-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish new build
run-name: Publish new images for "${{ github.ref_name }}" triggered by ${{ github.actor }}
run-name: "Publish new images for ${{ github.ref_name }} triggered by ${{ github.actor }}; version: ${{ inputs.version || 'N/A'}}"

on:
pull_request:
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
!contains(needs.*.result, 'cancelled')
with:
environment: staging-fidl
version: ${{ inputs.version }}
secrets: inherit

production-only-publish:
Expand Down

0 comments on commit 873896c

Please sign in to comment.