My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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