Skip to content

Commit

Permalink
chore: update action references
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Mar 25, 2023
1 parent e241cf0 commit 010db44
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-linked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 010db44

Please sign in to comment.