Skip to content

Commit

Permalink
feat: rename the action
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeci committed Mar 11, 2022
1 parent 556b89a commit 34fbcac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:

- name: Rebuild the dist/ directory
run: |
npm run build
npm run package
- name: Compare the expected and actual dist/ directories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
autocomplete-spec-name: __integration-tests__/test
spec-path: src/__integration-tests__/new-test.ts
integration: commander
repo-name: update-fig-spec-action
repo-name: push-to-fig-autocomplete-action
repo-org: withfig
- name: Close Pull Request
uses: peter-evans/close-pull@v1
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "update-fig-spec-action",
"name": "push-to-fig-autocomplete-action",
"version": "1.0.0-alpha.0",
"private": true,
"description": "TypeScript template action",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/withfig/update-fig-spec-action.git"
"url": "git+https://github.com/withfig/push-to-fig-autocomplete-action.git"
},
"keywords": [
"fig",
Expand Down

0 comments on commit 34fbcac

Please sign in to comment.