Skip to content

Commit 8e3782f

Browse files
committed
switching to a single file creation
1 parent 8513c59 commit 8e3782f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update-submodule-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
// Write the content
4646
const fs = require('fs');
4747
fs.writeFileSync('.github/pull_request_template.md', response.data);
48-
fs.writeFileSync('.github/PULL_REQUEST_TEMPLATE.md', response.data);
4948
5049
console.log('Successfully wrote template files');
5150
} catch (error) {

0 commit comments

Comments
 (0)