Skip to content

Commit

Permalink
Merge pull request #15 from equinix-labs/displague-patch-1
Browse files Browse the repository at this point in the history
chore: remove unnecessary sudo
  • Loading branch information
ctreatma authored Oct 2, 2024
2 parents 6cc6009 + 9ade494 commit 3359e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
CUSTOM_SCRIPT_EOF
chmod 0700 $CUSTOM_SCRIPT
echo "Running custom user script"
sudo $CUSTOM_SCRIPT
$CUSTOM_SCRIPT
fi
# Install and start the runner service
Expand Down

0 comments on commit 3359e58

Please sign in to comment.