File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,13 @@ jobs:
111111 if : github.event_name == 'pull_request'
112112 permissions :
113113 contents : read
114- uses : EvotecIT/PSPublishModule/.github/workflows/powerforge-website-ci.yml@30f4082c1a7d79bc8419d12ac87b43f88919eea2
114+ uses : EvotecIT/PSPublishModule/.github/workflows/powerforge-website-ci.yml@06fbc3f015c2da91bb1b49e1a1323c21aced7cdf
115115 with :
116116 website_root : Website
117117 pipeline_config : Website/pipeline.website-ci.json
118118 runner_labels_json : ${{ github.event.repository.private && '["self-hosted","linux"]' || '["ubuntu-latest"]' }}
119- powerforge_web_tag : PowerForgeWeb-v1.0.0-preview-20260328151156
119+ powerforge_ref : 06fbc3f015c2da91bb1b49e1a1323c21aced7cdf
120+ powerforge_web_tag : PowerForgeWeb-v1.0.0-preview
120121 report_artifact_name : powerforge-website-reports
121122
122123 coverage :
Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ permissions:
1616
1717jobs :
1818 website-deploy :
19- uses : EvotecIT/PSPublishModule/.github/workflows/powerforge-website-deploy.yml@30f4082c1a7d79bc8419d12ac87b43f88919eea2
19+ uses : EvotecIT/PSPublishModule/.github/workflows/powerforge-website-deploy.yml@06fbc3f015c2da91bb1b49e1a1323c21aced7cdf
2020 with :
2121 website_root : Website
2222 pipeline_config : Website/pipeline.json
2323 site_output_path : Website/_site
2424 post_deploy_pipeline_config : Website/pipeline.cloudflare.json
2525 runner_labels_json : ${{ github.event.repository.private && '["self-hosted","linux"]' || '["ubuntu-latest"]' }}
26- powerforge_web_tag : PowerForgeWeb-v1.0.0-preview-20260328151156
26+ powerforge_ref : 06fbc3f015c2da91bb1b49e1a1323c21aced7cdf
27+ powerforge_web_tag : PowerForgeWeb-v1.0.0-preview
2728 secrets :
2829 indexnow_key : ${{ secrets.INDEXNOW_KEY }}
2930 cloudflare_api_token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ concurrency:
1515
1616jobs :
1717 website-maintenance :
18- uses : EvotecIT/PSPublishModule/.github/workflows/powerforge-website-maintenance.yml@30f4082c1a7d79bc8419d12ac87b43f88919eea2
18+ uses : EvotecIT/PSPublishModule/.github/workflows/powerforge-website-maintenance.yml@06fbc3f015c2da91bb1b49e1a1323c21aced7cdf
1919 with :
2020 website_root : Website
2121 pipeline_config : Website/pipeline.maintenance.json
2222 runner_labels_json : ${{ github.event.repository.private && '["self-hosted","linux"]' || '["ubuntu-latest"]' }}
23- powerforge_web_tag : PowerForgeWeb-v1.0.0-preview-20260328151156
23+ powerforge_ref : 06fbc3f015c2da91bb1b49e1a1323c21aced7cdf
24+ powerforge_web_tag : PowerForgeWeb-v1.0.0-preview
2425 report_artifact_name : powerforge-website-maintenance-reports
You can’t perform that action at this time.
0 commit comments