Skip to content

Commit

Permalink
fix with date
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Mar 21, 2024
1 parent 25f246d commit e6a1c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-banner-on-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
create-banner:
needs: get-date-from-changed-file
uses: ./.github/workflows/create-banner-shared.yml
with: ${{ needs.get-date-from-changed-file.outputs.date }}
with:
date: ${{ needs.get-date-from-changed-file.outputs.date }}

0 comments on commit e6a1c3f

Please sign in to comment.