diff --git a/.github/workflows/check-linked-issues.yml b/.github/workflows/check-linked-issues.yml index 8198c4c..3a0e035 100644 --- a/.github/workflows/check-linked-issues.yml +++ b/.github/workflows/check-linked-issues.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest name: Check linked issues steps: - - uses: nearform/github-action-check-linked-issues@v1 + - uses: nearform-actions/github-action-check-linked-issues@v1 id: check-linked-issues with: exclude-branches: "release/**, dependabot/**" diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index 4ad1324..f9e398a 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -13,4 +13,4 @@ jobs: setup: runs-on: ubuntu-latest steps: - - uses: nearform/github-action-notify-release@v1 + - uses: nearform-actions/github-action-notify-release@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 024bace..ec3c2d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version-file: .nvmrc - - uses: nearform/optic-release-automation-action@v4 + - uses: nearform-actions/optic-release-automation-action@v4 with: semver: ${{ github.event.inputs.semver }} sync-semver-tags: true diff --git a/README.md b/README.md index 99fdca1..3e736f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![CI](https://github.com/nearform/github-action-licenses-export/actions/workflows/ci.yml/badge.svg?event=push) +![CI](https://github.com/nearform-actions/github-action-licenses-export/actions/workflows/ci.yml/badge.svg?event=push) # github-action-licenses-export @@ -57,7 +57,7 @@ jobs: run: | npm ci - name: Generate licenses file - uses: nearform/github-action-licenses-export@v1 + uses: nearform-actions/github-action-licenses-export@v1 with: licenses-file: src/licenses.json exclude-packages: 'lodash' @@ -98,7 +98,7 @@ jobs: npm ci - name: Generate licenses id: generate_licenses - uses: nearform/github-action-licenses-export@v1 + uses: nearform-actions/github-action-licenses-export@v1 - name: Do something with the licenses run: | echo ${{ steps.generate_licenses.outputs.licenses }} diff --git a/package.json b/package.json index e3ef8a1..1eadd74 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/nearform/github-action-licenses-export.git" + "url": "git+https://github.com/nearform-actions/github-action-licenses-export.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/nearform/github-action-licenses-export/issues" + "url": "https://github.com/nearform-actions/github-action-licenses-export/issues" }, - "homepage": "https://github.com/nearform/github-action-licenses-export#readme", + "homepage": "https://github.com/nearform-actions/github-action-licenses-export#readme", "devDependencies": { "@commitlint/cli": "^17.5.0", "@commitlint/config-conventional": "^17.4.4",