generated from osc/skins-template
wth
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Detect Changed Skins (push) Successful in 3s
Generate Skin previews, OSK files and per skin documentation / Prepare Assets (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Calculate Git Tag (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Mod Icons (WEBP) (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Videos and Screenshots (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Create OSK Files (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Convert PNGs to WEBPs (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Rename Assets Based on skin.ini (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate README (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Per-Skin Docs (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Git Commit and Push (push) Has been skipped
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Detect Changed Skins (push) Successful in 3s
Generate Skin previews, OSK files and per skin documentation / Prepare Assets (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Calculate Git Tag (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Mod Icons (WEBP) (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Videos and Screenshots (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Create OSK Files (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Convert PNGs to WEBPs (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Rename Assets Based on skin.ini (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate README (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Generate Per-Skin Docs (push) Has been skipped
Generate Skin previews, OSK files and per skin documentation / Git Commit and Push (push) Has been skipped
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
|||||||
echo 'ALL_SKINS_DIR<<EOF'
|
echo 'ALL_SKINS_DIR<<EOF'
|
||||||
for s in "${skins[@]}"; do
|
for s in "${skins[@]}"; do
|
||||||
echo "$s"
|
echo "$s"
|
||||||
done > /tmp/all_skins.txt
|
done
|
||||||
echo 'EOF'
|
echo 'EOF'
|
||||||
} >> "$GITHUB_ENV"
|
} >> "$GITHUB_ENV"
|
||||||
|
|
||||||
@@ -145,19 +145,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "has_changes=$has_changes" >> "$GITHUB_OUTPUT"
|
echo "has_changes=$has_changes" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Upload changed skins file
|
|
||||||
if: steps.set.outputs.has_changes == 'true'
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: changed-skins
|
|
||||||
path: ${{ env.CHANGED_SKINS_FILE }}
|
|
||||||
|
|
||||||
- name: Upload all skins list
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: all-skins
|
|
||||||
path: /tmp/all_skins.txt
|
|
||||||
|
|
||||||
calculate_git_tag:
|
calculate_git_tag:
|
||||||
name: Calculate Git Tag
|
name: Calculate Git Tag
|
||||||
runs-on: danser
|
runs-on: danser
|
||||||
@@ -944,7 +931,7 @@ jobs:
|
|||||||
tag_date=$(git log -1 --format=%ci "$tag")
|
tag_date=$(git log -1 --format=%ci "$tag")
|
||||||
formatted_date=$(TZ="Europe/Zurich" date -d "$tag_date" "+%d.%m.%Y %H:%M:%S")
|
formatted_date=$(TZ="Europe/Zurich" date -d "$tag_date" "+%d.%m.%Y %H:%M:%S")
|
||||||
echo "| [$tag]($REGISTRY_URL/${{ needs.detect_changed_skins.outputs.user_repository }}/src/tag/$tag/docs/${base_path}.md) | $formatted_date |"
|
echo "| [$tag]($REGISTRY_URL/${{ needs.detect_changed_skins.outputs.user_repository }}/src/tag/$tag/docs/${base_path}.md) | $formatted_date |"
|
||||||
CHANGED_SKINS_FILE fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
} > "$md_file_path"
|
} > "$md_file_path"
|
||||||
|
|||||||
Reference in New Issue
Block a user