Skip to content

Commit

Permalink
🐛 Switch to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Aug 22, 2023
1 parent 07a2fe7 commit d7164d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: 'docker'
image: 'Dockerfile'
inputs:
github-token:
github_token:
description: 'GitHub token for GitHub API requests'
required: true
default: ${{ github.token }}
2 changes: 1 addition & 1 deletion src/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function getChangedFiles() {
});

console.log(response);

if (response.status !== "200") {
return ['.'];
}
Expand Down

0 comments on commit d7164d3

Please sign in to comment.