gitea actions ng8
This commit is contained in:
@@ -44,11 +44,13 @@ jobs:
|
|||||||
|
|
||||||
GIT_REPO_URL="https://${RELEASE_TOKEN}:x-oauth-basic@${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}.git"
|
GIT_REPO_URL="https://${RELEASE_TOKEN}:x-oauth-basic@${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}.git"
|
||||||
echo "git_repo_url=$GIT_REPO_URL" >> $GITHUB_OUTPUT
|
echo "git_repo_url=$GIT_REPO_URL" >> $GITHUB_OUTPUT
|
||||||
|
echo "git_repo_url=$GIT_REPO_URL"
|
||||||
|
|
||||||
PAYLOAD_REPO=$(echo "$DECODED" | jq -r '.git_url')
|
PAYLOAD_REPO=$(echo "$DECODED" | jq -r '.git_url')
|
||||||
GIT_PLUGIN_URL="https://${RELEASE_TOKEN}:x-oauth-basic@${{ vars.RELEASE_URL }}/$PAYLOAD_REPO.git"
|
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" >> $GITHUB_OUTPUT
|
||||||
|
echo "git_plugin_url=$GIT_PLUGIN_URL"
|
||||||
|
|
||||||
- name: Repositorys klonen
|
- name: Repositorys klonen
|
||||||
run: |
|
run: |
|
||||||
git clone "$GIT_REPO_URL" repo
|
git clone "$GIT_REPO_URL" repo
|
||||||
|
|||||||
Reference in New Issue
Block a user