My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bump-date.yml 380B

12345678910111213141516171819202122232425
  1. #
  2. # bump-date.yml
  3. # Bump the distribution date once per day
  4. #
  5. name: Bump Distribution Date
  6. on:
  7. schedule:
  8. - cron: '0 0 * * *'
  9. jobs:
  10. bump_date:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - name: Check out bugfix-2.0.x
  14. uses: actions/checkout@v2
  15. with:
  16. ref: bugfix-2.0.x
  17. - name: Bump Distribution Date
  18. run: source ./buildroot/bin/bump_date