Update action.yml
This commit is contained in:
+9
-2
@@ -231,7 +231,11 @@ runs:
|
||||
env:
|
||||
CI_TOKEN: ${{ inputs.ci-token }}
|
||||
run: |
|
||||
LOG_FILE="outputs/commit-push-wiki.log"
|
||||
OUTPUT_DIR="outputs"
|
||||
LOG_FILE="${OUTPUT_DIR}/commit-push-wiki.log"
|
||||
|
||||
mkdir -p "$OUTPUT_DIR"
|
||||
|
||||
echo "🚀 Pushing wiki changes..." >> $LOG_FILE
|
||||
cd wiki
|
||||
|
||||
@@ -258,7 +262,10 @@ runs:
|
||||
- name: Log wiki report URLs
|
||||
shell: bash
|
||||
run: |
|
||||
LOG_FILE="outputs/wiki-report-urls.log"
|
||||
|
||||
LOG_FILE=""$OUTPUT_DIR"/wiki-report-urls.log"
|
||||
|
||||
mkdir -p "$OUTPUT_DIR"
|
||||
|
||||
REPO_URL="https://${{ inputs.gitea-domain }}/${{ github.repository }}"
|
||||
SHORT_SHA=$(git rev-parse --short HEAD)
|
||||
|
||||
Reference in New Issue
Block a user