Skip to content

Commit

Permalink
change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Sep 7, 2023
1 parent e821cd7 commit fca0f72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:
strategy:
matrix:
repo: ["keeper-bots-v2"]
defaults:
run:
working-directory: ./sdk
steps:
- name: Emit custom event
run: |
VERSION=$(node -e "console.log(require('./package.json').version);")
VERSION=$(node -e "console.log(require('sdk/package.json').version);")
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.GH_PAT }}" \
Expand Down

0 comments on commit fca0f72

Please sign in to comment.