Skip to content

Commit

Permalink
fix: github organization was renamed from sitepark-com to sitepark
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Mar 22, 2024
1 parent c39d782 commit 3649084
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
create-github-release:
uses: sitepark-com/github-project-workflow/.github/workflows/create-github-release-draft.yml@release/1.x
uses: sitepark/github-project-workflow/.github/workflows/create-github-release-draft.yml@release/1.x
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
release:
uses: sitepark-com/github-project-workflow/.github/workflows/maven-release.yml@release/1.x
uses: sitepark/github-project-workflow/.github/workflows/maven-release.yml@release/1.x
with:
botName: "sitepark-bot"
botEmail: "opensource@sitepark.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
uses: sitepark-com/github-project-workflow/.github/workflows/maven-deploy-snapshot.yml@release/1.x
uses: sitepark/github-project-workflow/.github/workflows/maven-deploy-snapshot.yml@release/1.x
secrets:
MVN_REPO_SERVER_USERNAME: ${{ secrets.MVN_REPO_SERVER_USERNAME }}
MVN_REPO_SERVER_PASSWORD: ${{ secrets.MVN_REPO_SERVER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
publish-release:
uses: sitepark-com/github-project-workflow/.github/workflows/maven-publish-release.yml@release/1.x
uses: sitepark/github-project-workflow/.github/workflows/maven-publish-release.yml@release/1.x

2 changes: 1 addition & 1 deletion .github/workflows/start-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
start-hotfix:
uses: sitepark-com/github-project-workflow/.github/workflows/maven-start-hotfix.yml@release/1.x
uses: sitepark/github-project-workflow/.github/workflows/maven-start-hotfix.yml@release/1.x
with:
ref: ${{ github.ref }}

2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
verify:
uses: sitepark-com/github-project-workflow/.github/workflows/maven-verify.yml@release/1.x
uses: sitepark/github-project-workflow/.github/workflows/maven-verify.yml@release/1.x

0 comments on commit 3649084

Please sign in to comment.