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