Skip to content

Commit

Permalink
Write to text files?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Mar 10, 2020
1 parent 845aa7a commit d4518f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ gihub.base_ref }} > base_ref
echo ${{ github.base_ref }} > base_ref
if [[ ! -s base_ref ]]; then
echo 'no-target' > base_ref
fi
Expand Down

0 comments on commit d4518f4

Please sign in to comment.