mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
format
This commit is contained in:
parent
bcd3d376b1
commit
78aff342ff
@ -1 +1 @@
|
||||
require("dotenv").config()
|
||||
require('dotenv').config()
|
||||
|
@ -1,6 +1,6 @@
|
||||
import * as core from '@actions/core'
|
||||
import {NoFileOption} from './NoFileOption'
|
||||
import {Inputs} from './Inputs'
|
||||
import { NoFileOption } from './NoFileOption'
|
||||
import { Inputs } from './Inputs'
|
||||
|
||||
export class ActionInputs implements Inputs {
|
||||
get ArtifactName(): string {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {NextcloudArtifact} from './nextcloud/NextcloudArtifact'
|
||||
import { NextcloudArtifact } from './nextcloud/NextcloudArtifact'
|
||||
import * as core from '@actions/core'
|
||||
import {ActionInputs} from './ActionInputs'
|
||||
import { ActionInputs } from './ActionInputs'
|
||||
|
||||
async function run() {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user