Skip to content

Commit 1e9ef79

Browse files
Reverted to original namespace
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent a6ad70e commit 1e9ef79

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,14 @@ jobs:
4343
with:
4444
token: ${{ secrets.MACHINE_USER_PAT }}
4545
event-type: update-tag
46-
# repository: OpenSimulationInterface/osi-sensor-model-packaging
47-
repository: philipwindecker/osi-sensor-model-packaging
46+
repository: OpenSimulationInterface/osi-sensor-model-packaging
4847
client-payload: '{"tag": "v${{needs.setup.outputs.output1}}", "suffix": "${{needs.setup.outputs.output3}}", "source_repo": "${{ github.repository }}"}'
4948
- name: Update Documentation
5049
uses: peter-evans/repository-dispatch@v2
5150
with:
5251
token: ${{ secrets.MACHINE_USER_PAT }}
5352
event-type: update-tag
54-
# repository: OpenSimulationInterface/osi-documentation
55-
repository: philipwindecker/osi-documentation
53+
repository: OpenSimulationInterface/osi-documentation
5654
client-payload: '{"tag": "v${{needs.setup.outputs.output1}}"}'
5755
- name: Provide downstream repos some time
5856
uses: whatnick/wait-action@v0.1.2
@@ -70,8 +68,7 @@ jobs:
7068
- name: Checkout Antora generator
7169
uses: actions/checkout@v3
7270
with:
73-
# repository: OpenSimulationInterface/osi-antora-generator
74-
repository: philipwindecker/osi-antora-generator
71+
repository: OpenSimulationInterface/osi-antora-generator
7572
path: antora
7673
submodules: true
7774
# Remove building branches for the main repositories. This will lead to Antora only using the tagged versions to build its content.
@@ -117,8 +114,7 @@ jobs:
117114
- name: Checkout sensor model packaging
118115
uses: actions/checkout@v3
119116
with:
120-
# repository: OpenSimulationInterface/osi-sensor-model-packaging
121-
repository: philipwindecker/osi-sensor-model-packaging
117+
repository: OpenSimulationInterface/osi-sensor-model-packaging
122118
path: dist/osi-sensor-model-packaging
123119
fetch-depth: 0
124120
# Retrieve the Antora artifact from the previous job

0 commit comments

Comments
 (0)