fix order of operations

This commit is contained in:
2023-08-18 20:26:43 -07:00
parent 8f1960f414
commit 1ed940d054
3 changed files with 5 additions and 5 deletions

4
dist/index.js vendored
View File

@@ -2856,10 +2856,10 @@ const core = __nccwpck_require__(186);
const http = __nccwpck_require__(685);
const https = __nccwpck_require__(687);
main();
const manifest_media_type = 'application/vnd.docker.distribution.manifest.v2+json';
main();
async function main() {
try {
const input = {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -3,10 +3,10 @@ const core = require('@actions/core');
const http = require('http');
const https = require('https');
main();
const manifest_media_type = 'application/vnd.docker.distribution.manifest.v2+json';
main();
async function main() {
try {
const input = {