Skip to content

Commit 34a6b13

Browse files
committed
Fix path related issues
1 parent c65aac0 commit 34a6b13

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ runs:
3939
- name: Run action
4040
run: node index.js
4141
shell: bash
42+
working-directory: ${{ github.action_path }}
4243

4344
branding:
4445
icon: "move"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-move-issues",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A GitHub Action to move issues between GitHub Projects V2 columns based on labels.",
55
"main": "index.js",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"issues",
1313
"projects"
1414
],
15-
"author": "Your Name",
15+
"author": "m7kvqbe1",
1616
"license": "ISC",
1717
"dependencies": {
1818
"@actions/core": "^1.10.0",

0 commit comments

Comments
 (0)