diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 0be38ab..05c2c23 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -9,29 +9,8 @@ jobs: # run: # shell: bash steps: - - - name: Manual repository checkout using git and bash - run: | - # The runner provides GITHUB_WORKSPACE environment variable - cd $GITHUB_WORKSPACE - - # Use Gitea's built-in token to authenticate the clone operation - # GITHUB_SERVER_URL and GITHUB_REPOSITORY are standard environment variables - REPO_URL="https://${{ gitea.token }}@${GITHUB_SERVER_URL#*://}/${GITHUB_REPOSITORY}.git" - - echo "Cloning repository..." - git clone --depth=1 $REPO_URL . - - # Ensure we are on the correct commit/SHA for PRs or Pushes - if [ "${{ github.event_name }}" = "pull_request" ]; then - git checkout ${{ github.event.pull_request.head.sha }} - else - git checkout ${{ github.sha }} - fi - # Explicitly set shell to bash for clarity - shell: bash - - - name: Run your actual bash code here + + - name: common-setup-just-created run: | echo "Current working directory:" pwd diff --git a/environments/just-created/hosts.yml b/environments/just-created/hosts.yml index 4b9bc75..719d541 100644 --- a/environments/just-created/hosts.yml +++ b/environments/just-created/hosts.yml @@ -6,6 +6,7 @@ all: # keys must be unique, i.e. only one 'hosts' per group # #printing-slut.guaranteedstruggle.host: # harbor.guaranteedstruggle.host: + sdr-slut.guaranteedstruggle.host: #video-slut.guaranteedstruggle.host: #orangepirv2.guaranteedstruggle.host: #192.168.0.32: