Skip to content

Fix Local Use

Fix Local Use #13

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
permissions:
contents: read
statuses: write
pull-requests: write
uses: ./.github/workflows/workflow.yml

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 16, Col: 11): Input server is required, but not provided while calling. .github/workflows/main.yml (Line: 16, Col: 11): Input add-status is required, but not provided while calling.
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CERTORAKEY: ${{ secrets.CERTORAKEY }}
with:
use-beta: true
configurations: |-
tests/conf1.conf
tests/conf2.conf
solc-versions: 0.7.6 0.8.1