Skip to content

Commit

Permalink
Add month and year to commit message (#245)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Feb 12, 2024
1 parent f02ae12 commit be73008
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-decks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get current date
id: date
run: |
echo "{date}={$(date +'%B %Y')}" >> $GITHUB_STATE
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python 3.x
Expand All @@ -28,7 +32,7 @@ jobs:
token: ${{ secrets.PAT }}
branch-suffix: timestamp
path: .
title: Update Overview Decks
title: Update Overview Decks for ${{ env.date }}
labels: automerge
commit-message: Update Data Sources
signoff: true

0 comments on commit be73008

Please sign in to comment.