Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
beam41 committed Jun 9, 2024
1 parent f7c7df5 commit f98ef8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
paths-ignore:
- 'dist/**'
- README.md
paths:
- 'src/**'

jobs:
build:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/runs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
paths:
- 'dist/**'
- '.github/**'
paths-ignore:
- 'src/**'

jobs:
spotify-to-readme-job:
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function main() {
const steamId = core.getInput("steamId", { required: true });
const rawBasePath = core.getInput("rawBasePath", { required: true });

const stats = await getStats(apiKey, rawBasePath);
const stats = await getStats(apiKey, steamId);

if (stats.length === 0) {
console.error("No steam stats, exit");
Expand Down

0 comments on commit f98ef8b

Please sign in to comment.