feat: move supersetbot out of repo (#27647)

This commit is contained in:
Maxime Beauchemin
2024-04-02 20:28:00 -07:00
committed by GitHub
parent 9022f5c519
commit 8e3cecda9f
23 changed files with 50 additions and 12539 deletions

View File

@@ -52,11 +52,6 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Setup Node Env
uses: actions/setup-node@v4
with:
node-version: '20'
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with: