Add run-name to production-deploy workflow
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
name: Production Deployment Pipeline
|
||||
|
||||
run-name: Production Deployment - ${{ github.ref_name }} - ${{ github.sha }}
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, develop ]
|
||||
|
||||
Reference in New Issue
Block a user