diff --git a/.forgejo/workflows/schemas.yaml b/.forgejo/workflows/schemas.yaml index ddce7ef..c36e9a0 100644 --- a/.forgejo/workflows/schemas.yaml +++ b/.forgejo/workflows/schemas.yaml @@ -19,7 +19,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: fetch-depth: 0 @@ -42,14 +42,14 @@ jobs: - name: Write kubeconfig id: kubeconfig - uses: timheuer/base64-to-file@v1 + uses: https://github.com/timheuer/base64-to-file@v1 with: encodedString: "${{ secrets.KUBECONFIG }}" fileName: kubeconfig fileDir: ${{ env.GITHUB_WORKSPACE }} - name: Write mc id: mcconfig - uses: timheuer/base64-to-file@v1 + uses: https://github.com/timheuer/base64-to-file@v1 with: encodedString: "${{ secrets.MCCONFIG }}" fileName: config.json