Skip to content

Commit

Permalink
Fetch all history
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Aug 3, 2023
1 parent 8ff8d20 commit 0137660
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/impact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create dummy package-lock
run: echo "{}" > package-lock.json
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -26,6 +28,6 @@ jobs:
cache: 'npm'

- run: npm i -g @halcyontech/rmake
- run: rmake -bf imd -l `git diff --name-only main`
- run: rmake -bf imd -l `git diff --name-only origin/main origin/${GITHUB_HEAD_REF}`
- name: Adding markdown
run: cat impact.md >> $GITHUB_STEP_SUMMARY

0 comments on commit 0137660

Please sign in to comment.