danielhardej / actions-test-repo

0 stars 3 forks source link

Complete API tests #177

Closed danielhardej closed 7 months ago

danielhardej commented 7 months ago

This pull request primarily introduces two new JavaScript files, downloadArtefact.js and listArtefacts.js, which utilize the Octokit library to interact with the GitHub API. The downloadArtefact.js file contains a program to download an artifact from a specific repository, while the listArtefacts.js file contains a program to list the artifacts of a given repository. Additionally, the package.json file has been updated to include the necessary dependencies for these new files.

Here are the most important changes:

New JavaScript files:

Updated dependencies: