diff options
author | Josh Chen | 2020-07-17 11:15:26 +0200 |
---|---|---|
committer | GitHub | 2020-07-17 11:15:26 +0200 |
commit | b7439e6f5517527e217ef6c05f0a00e361bac841 (patch) | |
tree | 50a898b3b06beead3c020b59d823ff79781a86b6 /.github/workflows | |
parent | 1ff98c9bf82002a526a1851b05504e1f59361d00 (diff) | |
parent | 00463d770fd738749c092829e3b49e4f7d25f75e (diff) |
Merge pull request #7 from jaycech3n/ci-action
Ci action
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b9f617..36b01ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/checkout@v1 - uses: ./.github/isabelle-action with: - TOOL_ARGS: "build -D ." + TOOL_ARGS: "build -D $GITHUB_WORKSPACE" |