Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
selfagency committed Oct 19, 2022
1 parent 1e29003 commit 83a2874
Show file tree
Hide file tree
Showing 5 changed files with 4,678 additions and 1,921 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Checkout your repo with a `fetch-depth` of `0`. Then it's as simple as:
# ...
steps:
- id: diff
uses: 'selfagency/diffmasterflex@v1.0.3'
uses: 'selfagency/diffmasterflex@v1'
# ...
```

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Diff against `master`
id: diff
uses: 'selfagency/diffmasterflex@v1.0.3'
uses: 'selfagency/diffmasterflex@v1'
with:
ref: 'origin/master'
Expand All @@ -61,8 +61,8 @@ jobs:
FRONTEND="false"
fi
echo "::set-output name=backend::$BACKEND"
echo "::set-output name=frontend::$FRONTEND"
echo "backend=${BACKEND}" >> "${GITHUB_OUTPUT}"
echo "frontend=${FRONTEND}" >> "${GITHUB_OUTPUT}"
- name: Test backend
if: ${{ steps.changes.outputs.backend == 'true' }}
Expand Down
Loading

0 comments on commit 83a2874

Please sign in to comment.