Compare commits
No commits in common. "5c2bb78f38e18e852e38b51c616a5999a00f41f2" and "0a49227c1762a38e405b0018d20ee056b0dd30bc" have entirely different histories.
5c2bb78f38
...
0a49227c17
2 changed files with 2 additions and 6 deletions
|
@ -21,10 +21,9 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
REPO_URL: https://x-access-token:${{ env.GITHUB_TOKEN }}@git.hsn.dev/${{ env.GITHUB_REPOSITORY }}
|
REPO_URL: https://x-access-token:${ GITHUB_TOKEN }@git.hsn.dev/${{ GITHUB_REPOSITORY }}
|
||||||
run: |
|
run: |
|
||||||
printenv
|
printenv
|
||||||
mkdir -p ${{ github.workspace }}
|
|
||||||
echo "URL: ${{ env.REPO_URL }}"
|
echo "URL: ${{ env.REPO_URL }}"
|
||||||
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
|
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
|
||||||
echo "Repository cloned!"
|
echo "Repository cloned!"
|
||||||
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -21,11 +21,8 @@ cert-manager-webhook-example
|
||||||
_out
|
_out
|
||||||
_test
|
_test
|
||||||
|
|
||||||
# act
|
|
||||||
.github
|
|
||||||
|
|
||||||
# secrets
|
# secrets
|
||||||
*.key
|
*.key
|
||||||
dnsimple-secret.yaml
|
dnsimple-secret.yaml
|
||||||
.decrypted~*
|
.decrypted~*
|
||||||
.op
|
.op
|
Loading…
Reference in a new issue