File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 uses : ./ # say instead "uses: kingdonb/link-checker-gpt@main" or @v1
2525 with :
2626 productionDomain : fluxcd.io
27- previewDomain : deploy-preview-1573 --fluxcd.netlify.app # usually: deploy-preview-${{ github.event.pull_request.number }}--fluxcd.netlify.app
28- prNumber : 1573 # usually set this to: ${{ github.event.pull_request.number}}
27+ previewDomain : deploy-preview-1630 --fluxcd.netlify.app # usually: deploy-preview-${{ github.event.pull_request.number }}--fluxcd.netlify.app
28+ prNumber : 1630 # usually set this to: ${{ github.event.pull_request.number}}
2929 githubToken : ${{ secrets.GITHUB_TOKEN }} # pass a github token so we can comment, check status
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ clean-cache:
1212 @rm -f links_data.json
1313
1414preview :
15- bundle exec ruby ./main.rb fluxcd.io deploy-preview-1573 --fluxcd.netlify.app preview-report.csv false
15+ bundle exec ruby ./main.rb fluxcd.io deploy-preview-1630 --fluxcd.netlify.app preview-report.csv false
1616
1717run_with_preview : preview-report.csv
1818
@@ -30,7 +30,7 @@ normalize: report.csv preview-report.csv
3030 @# Normalize the main report.csv
3131 @$(SED ) -i ' 1d' report.csv
3232 @PRODUCTION_DOMAIN=$(shell if [ -z "$(PRODUCTION_URL ) " ]; then echo "fluxcd.io"; else echo "$(PRODUCTION_URL ) "; fi) ; \
33- PREVIEW_DOMAIN=$(shell if [ -z "$(PREVIEW_URL ) " ]; then echo "deploy-preview-1573 --fluxcd.netlify.app"; else echo "$(PREVIEW_URL ) "; fi) ; \
33+ PREVIEW_DOMAIN=$(shell if [ -z "$(PREVIEW_URL ) " ]; then echo "deploy-preview-1630 --fluxcd.netlify.app"; else echo "$(PREVIEW_URL ) "; fi) ; \
3434 $(SED ) -i " s/https:\/\/$$ PRODUCTION_DOMAIN/https:\/\/$$ PREVIEW_DOMAIN/1" report.csv ; \
3535 $(SED ) -i " s/https:\/\/$$ PRODUCTION_DOMAIN/https:\/\/$$ PREVIEW_DOMAIN/1" report.csv
3636 @sort -o report.csv report.csv
You can’t perform that action at this time.
0 commit comments