Skip to content

Commit eca313d

Browse files
committed
The build and deployment to the update site uses the master version of the actions (#39).
1 parent 8f72581 commit eca313d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly_on_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash
2121
run: echo "DEPLOY_PATH=$( echo '${{ secrets.DEPLOYMENT_REMOTE_TARGET }}/extended-java-model-parser-and-printer' )" >> $GITHUB_ENV
2222
- name: Deploy to Updatesite
23-
uses: PalladioSimulator/Palladio-Build-ActionsPipeline-Deployment@v3
23+
uses: PalladioSimulator/Palladio-Build-ActionsPipeline-Deployment@master
2424
with:
2525
remote-user: ${{ secrets.DEPLOYMENT_REMOTE_USER }}
2626
remote-host: ${{ secrets.DEPLOYMENT_REMOTE_HOST }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: bash
2626
run: echo "DEPLOY_PATH=$( echo '${{ secrets.DEPLOYMENT_REMOTE_TARGET }}/extended-java-model-parser-and-printer' )" >> $GITHUB_ENV
2727
- name: Release Update Site
28-
uses: PalladioSimulator/Palladio-Build-ActionsPipeline-Deployment@v3
28+
uses: PalladioSimulator/Palladio-Build-ActionsPipeline-Deployment@master
2929
with:
3030
remote-user: ${{ secrets.DEPLOYMENT_REMOTE_USER }}
3131
remote-host: ${{ secrets.DEPLOYMENT_REMOTE_HOST }}

0 commit comments

Comments
 (0)