Add script to automate boot drive replacement - NOT READY FOR PRODUCTION #170
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Scripts | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- 'v*.*.*' | |
jobs: | |
main: | |
runs-on: deployinatorv1 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Publish Scripts | |
run: publish-scripts ${{github.workspace}} |