Skip to content

Commit

Permalink
Update build-decks.yml
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 be73008 commit 66ce8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-decks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Get current date
id: date
run: |
echo "{date}={$(date +'%B %Y')}" >> $GITHUB_STATE
echo "CURRENT_DATE=$(date +'%B %Y')" >> "$GITHUB_OUTPUT"
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python 3.x
Expand All @@ -32,7 +32,7 @@ jobs:
token: ${{ secrets.PAT }}
branch-suffix: timestamp
path: .
title: Update Overview Decks for ${{ env.date }}
title: Update Overview Decks for ${{ steps.date.outputs.CURRENT_DATE }}
labels: automerge
commit-message: Update Data Sources
signoff: true

0 comments on commit 66ce8d8

Please sign in to comment.