gitea actions ng9
This commit is contained in:
@@ -55,11 +55,15 @@ jobs:
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user