Skip to content

Commit

Permalink
fix: small nits (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Nov 2, 2023
1 parent 91a0de5 commit b556e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Get Modified files
run: |
git fetch origin main:main
git fetch origin main
current_branch=$(git rev-parse --abbrev-ref HEAD)
if [ "$current_branch" == "main" ] || [ "$current_branch" == "master" ]; then
files=$(git diff --name-only HEAD^ HEAD)
Expand Down

0 comments on commit b556e6a

Please sign in to comment.