Skip to content

Commit 28e0d9a

Browse files
authored
Update debug1.yml
1 parent 017c1dc commit 28e0d9a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/debug1.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,8 @@ jobs:
1010
- run: npm ci
1111
- run: npm run build
1212
- uses: ./
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
with:
16-
title: Debug
17-
body: "debugging #245"
18-
branch: debug-issue-245
19-
path: test.txt
20-
commit-message: debug
21-
2213
- name: Create Pull Request
23-
uses: fredfrazao/GitHub-Actions/actions/create-or-update-pull-request-action
14+
uses: fredfrazao/GitHub-Actions/actions/create-or-update-pull-request-action@master
2415
id: pr
2516
env:
2617
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)