diff --git a/.github/actions/go_init/action.yml b/.github/actions/go_init/action.yml index 161da28c..90bfbde1 100644 --- a/.github/actions/go_init/action.yml +++ b/.github/actions/go_init/action.yml @@ -15,40 +15,6 @@ runs: check-latest: true cache: ${{ inputs.cache }} - - name: Checkout - uses: actions/checkout@v4 - with: - repository: overmindtech/aws-source - path: ./aws-source - - - name: Checkout - uses: actions/checkout@v4 - with: - repository: overmindtech/k8s-source - path: ./k8s-source - - - name: Move sources in place - shell: bash - run: | - rm -rf ../aws-source - rm -rf ../k8s-source - mv -v aws-source .. - mv -v k8s-source .. - - - name: Install Docgen - shell: bash - run: go install github.com/overmindtech/docgen@latest - - - name: Go Generate for sources - shell: bash - run: | - cd ../aws-source - go generate ./... - cd - - cd ../k8s-source - go generate ./... - cd - - - name: Go Generate shell: bash run: | diff --git a/sources/aws-source b/sources/aws-source deleted file mode 120000 index 1f473996..00000000 --- a/sources/aws-source +++ /dev/null @@ -1 +0,0 @@ -../../aws-source/ \ No newline at end of file diff --git a/sources/k8s-source b/sources/k8s-source deleted file mode 120000 index 0eb6d8a8..00000000 --- a/sources/k8s-source +++ /dev/null @@ -1 +0,0 @@ -../../k8s-source/ \ No newline at end of file