Skip to content

Commit

Permalink
Merge branch 'main' into update-wf-fix-node-err
Browse files Browse the repository at this point in the history
  • Loading branch information
ModeSevenIndustrialSolutions authored Jul 19, 2024
2 parents e559e85 + c968dd0 commit 33c91b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-compose-required-rtdv3-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
echo "INFO: Project not found"
if [[ $project_created == "false" ]]; then
echo "INFO: Creating project https://$rtdproject.readthedocs.io"
lftools rtd project-create "$rtdproject" "${{ inputs.GERRIT_CHANGE_URL }}/${{ inputs.GERRIT_PROJECT }}" \
lftools rtd project-create "$rtdproject" "${{ inputs.GERRIT_CHANGE_URL }}" \
git "https://$rtdproject.readthedocs.io" py en
project_created="true"
fi
Expand Down

0 comments on commit 33c91b8

Please sign in to comment.