Skip to content

Commit

Permalink
fix: change location of github.env
Browse files Browse the repository at this point in the history
  • Loading branch information
ozum committed Mar 12, 2021
1 parent 056919c commit 8988396
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |-
while read line; do
echo "$line" >> $GITHUB_ENV
done < .github/github.env
done < github.env
- name: Use Node 14
uses: actions/setup-node@v2
with:
Expand Down
File renamed without changes.

0 comments on commit 8988396

Please sign in to comment.