Skip to content

Commit

Permalink
use full path to /home/runner/work/aws-lambda-deploy/aws-lambda-deplo…
Browse files Browse the repository at this point in the history
…y/.env in ci.yml #85
  • Loading branch information
nelsonic committed Jan 23, 2024
1 parent 48af64b commit bc7e678
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
- name: Pre Flight Checks
run: |
mkdir tmp
chmod 777 tmp
echo "export HELLO=world" >> .env
cat .env
mkdir -r /home/runner/work/aws-lambda-deploy/aws-lambda-deploy/tmp
chmod 777 /home/runner/work/aws-lambda-deploy/aws-lambda-deploy/tmp
echo "export HELLO=world" >> /home/runner/work/aws-lambda-deploy/aws-lambda-deploy/.env
cat /home/runner/work/aws-lambda-deploy/aws-lambda-deploy/.env
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit bc7e678

Please sign in to comment.