Skip to content

Commit a58e3c5

Browse files
committed
i guess no subfolders in the workflows folder
1 parent 2d19d52 commit a58e3c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/repo-data/postprocess.js renamed to .github/workflows/repo-data-postprocess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { readJSON, writeJSON } from "https://deno.land/x/[email protected]/mod.ts";
22

33
try {
4-
const json = await readJSON(".github/workflows/repo-data/response.json");
4+
const json = await readJSON(".github/workflows/repo-data-response.json");
55
} catch (error) {
66
console.log("There was an error parsing the JSON response:", error);
77
}
File renamed without changes.

.github/workflows/repo-data/repo-data.yml renamed to .github/workflows/repo-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: githubocto/flat@v3
3333
with:
3434
http_url: https://api.github.com/graphql
35-
downloaded_filename: response.json
35+
downloaded_filename: repo-data-response.json
3636
authorization: "Bearer ${{ secrets.GITHUB_TOKEN }}"
37-
axios_config: .github/workflows/repo-data/query.json
38-
postprocess: .github/workflows/repo-data/response.js
37+
axios_config: .github/workflows/repo-data-query.json
38+
postprocess: .github/workflows/repo-data-response.js

0 commit comments

Comments
 (0)