Skip to content

Commit

Permalink
testing usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloaune committed Jan 27, 2024
1 parent ecf3f9f commit efc1506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const core = require('@actions/core')
const { http_client } = require('@actions/http-client')
const HttpClient = require('@actions/http-client').HttpClient

/**
* The main function for the action.
Expand All @@ -24,7 +24,7 @@ async function run() {
content: bot_message
}

const httpClient = new http_client.HttpClient('sphinx-bot', [], {
const httpClient = new HttpClient('sphinx-bot', [], {
allowRetries: true,
maxRetries: 3
})
Expand Down

0 comments on commit efc1506

Please sign in to comment.