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