gitea actions ng9
This commit is contained in:
@@ -50,16 +50,20 @@ jobs:
|
|||||||
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"
|
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
|
||||||
git clone "$GIT_PLUGIN_URL" plugin
|
git clone "$GIT_PLUGIN_URL" plugin
|
||||||
|
cd plugin
|
||||||
|
git checkout "$CHANNEL"
|
||||||
|
cd ..
|
||||||
|
|
||||||
ls -la
|
ls -la
|
||||||
ls -la repo
|
ls -la repo
|
||||||
ls -la plugin
|
ls -la plugin
|
||||||
env:
|
env:
|
||||||
|
CHANNEL: ${{ steps.daten.outputs.channel }}
|
||||||
GIT_REPO_URL: ${{ steps.daten.outputs.git_repo_url }}
|
GIT_REPO_URL: ${{ steps.daten.outputs.git_repo_url }}
|
||||||
GIT_PLUGIN_URL: ${{ steps.daten.outputs.git_plugin_url }}
|
GIT_PLUGIN_URL: ${{ steps.daten.outputs.git_plugin_url }}
|
||||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user