Skip to content

Commit

Permalink
More syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Mar 29, 2024
1 parent bb7512d commit 4ef266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [ "$event" == "$GITHUB_EVENT_NAME" ]; then event_found=1; fi
done
for ref in $ALLOWED_REFS; do
if [ "$ref == "$GITHUB_REF" ]; then ref_found=1;fi
if [ "$ref" == "$GITHUB_REF" ]; then ref_found=1; fi
done
echo $org_found$event_found$ref_found
Expand Down

0 comments on commit 4ef266d

Please sign in to comment.