test: fix test file extensions and inputs for repositories (#161)

This pull request fixes the file extension for two test files that were
incorrectly named. This caused them not to be tested. A new test has
been added to ensure all test files have the correct extension.

This also fixes a bug in some tests where `repositories` inputs included
the repository owner. The owner has been removed from these inputs and
the snapshots have been updated.
This commit is contained in:
Parker Brown
2024-09-03 20:04:47 -07:00
committed by GitHub
parent 9ccc6dbd71
commit 15db0371da
12 changed files with 80 additions and 23 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "create-github-app-token",
"version": "1.10.2",
"version": "1.10.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-github-app-token",
"version": "1.10.2",
"version": "1.10.3",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",