Skip to content

Commit

Permalink
✅ Updated create_env.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
giosuetrap2002 committed Jul 14, 2023
1 parent 0f5e78e commit e6f40b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
echo "ls -a ."
ls -a .
touch .Renviron
touch ./lib/.env
echo "cat .Renviron"
cat .Renviron
echo "cat ./lib/.env"
cat ./lib/.env
echo "ls -a ${{ github.workspace }}"
ls -a ${{ github.workspace }}
Expand Down

0 comments on commit e6f40b5

Please sign in to comment.