rajbos / actions-marketplace

Host a GitHub Actions Marketplace in your own organization
https://devopsjournal.io/actions-marketplace/
MIT License
25 stars 18 forks source link

Fix last updated date #9

Open rajbos opened 3 years ago

rajbos commented 3 years ago

Last updated date string is wrong.

Update ran on 20210626 string stored is 20210726, string format must be off

Check the code here: https://github.com/rajbos/actions-marketplace/blob/7c3df4fa192581d3ecc107343a716aef4826c407/src/updater.ps1#L97

rajbos commented 3 years ago

Hmm, Get-Date code works just fine in PowerShell :-(