3
0

gitea actions ng9

This commit is contained in:
Michael Otto
2026-03-17 11:05:09 +01:00
parent 337ab8fd34
commit 4a272f431c

View File

@@ -50,16 +50,20 @@ jobs:
GIT_PLUGIN_URL="https://${RELEASE_TOKEN}:x-oauth-basic@${{ vars.RELEASE_URL }}/$PAYLOAD_REPO.git"
echo "git_plugin_url=$GIT_PLUGIN_URL" >> $GITHUB_OUTPUT
echo "git_plugin_url=$GIT_PLUGIN_URL"
- name: Repositorys klonen
run: |
git clone "$GIT_REPO_URL" repo
git clone "$GIT_PLUGIN_URL" plugin
cd plugin
git checkout "$CHANNEL"
cd ..
ls -la
ls -la repo
ls -la plugin
env:
CHANNEL: ${{ steps.daten.outputs.channel }}
GIT_REPO_URL: ${{ steps.daten.outputs.git_repo_url }}
GIT_PLUGIN_URL: ${{ steps.daten.outputs.git_plugin_url }}
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}