Skip to content

Commit

Permalink
Fix - Updated the job name format.
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydeepGo authored Sep 21, 2024
1 parent e565440 commit f169867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

run-name: Deploy to Pages Build #${{ github.run_number }} - Branch: ${{ github.ref_name }} - Commit: ${{ github.sha }} - Triggered by: ${{ github.actor }}
run-name: Deploy to Pages #${{ github.run_number }} - Branch: ${{ github.ref_name }} - Commit: ${{ github.sha }} - Triggered by: ${{ github.actor }}

on:
# Runs on pushes targeting the default branch
Expand Down

0 comments on commit f169867

Please sign in to comment.